Root File System
- Build 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
- chdir
- pwd
page_revision: 65, last_edited: 1258552687|%e %b %Y, %H:%M %Z (%O ago)





