Which of the following system calls transforms executable binary file into a process?
(a) fork
(b) exec
(c) ioctl
(d) longjmp
I had been asked this question during an internship interview.
The above asked question is from The Fork and exec System Calls topic in chapter The Linux System of Operating System