Next | Unix Command Internals | 23 |
There are a few important items that are not copied
Consider the process open file table
The entries in the table are file pointers
Each mentions the real file (represented by its inode)
And also the current seek position in that file
Any reads or writes of that file will occur at the current seek position
Next | Copyright © 2003 M. J. Dominus |