|
@@ -72,9 +72,8 @@ to use the new mount flags after remounting a filesystem, a process can call
|
|
`chdir()` with the path to the same directory.
|
|
`chdir()` with the path to the same directory.
|
|
|
|
|
|
Similarly, to change the mount flags used by the root directory, a process can
|
|
Similarly, to change the mount flags used by the root directory, a process can
|
|
-call [`chroot_with_mount_flags`(2)](chroot.md), specifying a single slash (`/`)
|
|
|
|
-as the path along with the desired flags. While it is possible to remount the
|
|
|
|
-root filesystem using `MS_REMOUNT`, it would only have a noticeable effect if
|
|
|
|
|
|
+remount the root filesystem using `MS_REMOUNT`.
|
|
|
|
+However, it only have a noticeable effect if
|
|
the kernel was to launch more userspace processes directly, the way it does
|
|
the kernel was to launch more userspace processes directly, the way it does
|
|
launch the initial userspace process.
|
|
launch the initial userspace process.
|
|
|
|
|