summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys-utils/mount.87
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
index 442b6feb3..17c5eb2d8 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -368,7 +368,7 @@ operation, for example:
.B mount \-\-bind
.I olddir newdir
.br
-.B mount \-o remount,ro,bind
+.B mount \-o remount,bind,ro
.I olddir newdir
.RE
@@ -379,8 +379,9 @@ will be writable, but the
.I newdir
will be read-only.
-It's impossible to change mount options recursively
-(for example with \fB-o rbind,ro\fR).
+It's also possible to change nosuid, nodev, noexec, noatime, nodiratime and
+relatime VFS entry flags by "remount,bind" operation. It's impossible to change
+mount options recursively (for example with \fB-o rbind,ro\fR).
.RE
.SS The move operation