Let\'s say I open a file with open(). Then I fork() my program.
open()
fork()
Will father and child now share the same offset for the file descriptor?
They do share the same offset.