Next | System Programming in Perl | 11 |
Why fork and then exec?
Why not a single call that does both?
fork_and_then_exec("/bin/ps");
The separation of fork and exec is probably the most brilliant innovation in the design of Unix
continued...
Next | ![]() |
11 |