What is the difference between using system() to execute a binary and using the combination of fork/execvp.
Is there any security/portablility/performance difference.>
there's also popen(), which is like system(), but allows to read child's output and provide input