File Descriptors (II)
There is also an array (file descriptor is the index into the array) that holds all the information about each open file.
What happens when a process forks a child and the two process issue seeks to different locations? When will happen when the next READ occurs?