Next | Unix Command Internals | 24 |
The process open file table is copied on fork
But the file pointers themselves are shared
A process can close a file without affecting its parent
But if it changes the seek pointer, the parent will see the change
Next | Copyright © 2003 M. J. Dominus |