Skip to content

Instantly share code, notes, and snippets.

@tamalsaha
Last active March 26, 2018 03:15
Show Gist options
  • Save tamalsaha/6beb10cc73ae9eb8d2ff6cf0182a6eb0 to your computer and use it in GitHub Desktop.
Save tamalsaha/6beb10cc73ae9eb8d2ff6cf0182a6eb0 to your computer and use it in GitHub Desktop.
runit.txt

File descriptors open in the existing process image remain open in the new process image, unless they have the FD_CLOEXEC (close-on-exec) flag set. The files that remain open inherit all attributes of the open file descriptors from the existing process image, including file locks. File descriptors are discussed in Low-Level I/O.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment