PPT Slide
Sun May 25 23:11:12 EDT 1997
- When a command is typed csh forks and then execs the typed command:
- After the fork and exec, file descriptors 0, 1, and 2 still refer to the standard input, output, and error in the new process
- By UNIX programmer convention, the executed program will use these descriptors appropriately