Root File System
  • Namespace
    • Every process lives in a namespace.
    • The namespace of a process is the data (the set of mounts) describing the file hierarchy as seen by that process.
    • pivot_root
  • The root filesystem of the system
  • The root directory of the root filesystem in the namespace of the process
    • path_resolution
    • chroot
      • By default, the root directory of the root filesystem in the namespace of the process coincides with the root directory of the root filesystem of the system.
  • current working directory
page_revision: 65, last_edited: 1258552687|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License