diff options
author | kib <kib@FreeBSD.org> | 2008-06-03 09:05:04 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2008-06-03 09:05:04 +0000 |
commit | 8677db31d2aae3df8d4d13bb358b1739111df1fd (patch) | |
tree | af6656b406815fa851817b71f48e8cdb5447da00 /sbin/mount | |
parent | 79e7f22e28190460ca64b2ca9611c012ea0cd8db (diff) | |
download | FreeBSD-src-8677db31d2aae3df8d4d13bb358b1739111df1fd.zip FreeBSD-src-8677db31d2aae3df8d4d13bb358b1739111df1fd.tar.gz |
Add note about a reason to use mount(8) instead of mount_somefs.
Reported and proof-readed by: pho
Discussed with: rodrigc
MFC after: 3 days
Diffstat (limited to 'sbin/mount')
-rw-r--r-- | sbin/mount/mount.8 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 86b5145..985e805 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -522,6 +522,17 @@ is accessible from the mounted file system. The minimum permissions for the mount point for traversal across the mount point in both directions to be possible for all users is 0111 (execute for all). +.Pp +Use of the +.Nm +is preferred over the use of the file system specific +.Pa mount_XXX +commands. +In particular, the +.Pa mountd +gets a SIGHUP signal, that causes an update of the export list, +only when the file system is mounted via +.Nm . .Sh HISTORY A .Nm |