aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2018-11-01 22:50:50 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2018-11-01 22:50:50 +0000
commit62d7aab9536adb7cb7eb5193016e5687081ba871 (patch)
treed3cb4e35b2185650172db5a82e1b9c249485e339 /contrib
parentd198cb6d8376cd819ea5334d7c08c0afc7e06a4e (diff)
downloadsrc-62d7aab9536adb7cb7eb5193016e5687081ba871.tar.gz
src-62d7aab9536adb7cb7eb5193016e5687081ba871.zip
mount_smbfs(8): Mention /etc/nsmb.conf, smbutil(1) and nsmb.conf(5)
Reviewed by: bcr Approved by: krion (mentor, implicit), mat (mentor, implicit) MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D17808
Notes
Notes: svn path=/head/; revision=340031
Diffstat (limited to 'contrib')
-rw-r--r--contrib/smbfs/mount_smbfs/mount_smbfs.812
1 files changed, 9 insertions, 3 deletions
diff --git a/contrib/smbfs/mount_smbfs/mount_smbfs.8 b/contrib/smbfs/mount_smbfs/mount_smbfs.8
index 78f4a134170f..4b4c205dc7da 100644
--- a/contrib/smbfs/mount_smbfs/mount_smbfs.8
+++ b/contrib/smbfs/mount_smbfs/mount_smbfs.8
@@ -136,12 +136,14 @@ are 137.
Path to mount point.
.El
.Sh FILES
-.Bl -tag -width ".Pa ~/.nsmbrc" -compact
+.Bl -tag -width ".Pa /etc/nsmb.conf" -compact
.It Pa ~/.nsmbrc
-Keeps static parameters for connections and other information.
+Keeps user-specific static parameters for connections and other information.
See
.Pa /usr/share/examples/smbfs/dot.nsmbrc
for details.
+.It Pa /etc/nsmb.conf
+Keeps system-wide static parameters for connections and other information.
.El
.Sh EXAMPLES
The following example illustrates how to connect to SMB server
@@ -163,7 +165,11 @@ for smbfs mounts (the example below does not prompt for a password):
.Pp
.Dl "//guest@samba/public /smb/public smbfs rw,noauto,-N 0 0"
.Sh SEE ALSO
-.Bl -dash
+.Xr smbutil 1 ,
+.Xr nsmb.conf 5
+.Pp
+Other resources:
+.Bl -dash -compact
.It
Chapter dedicated to Samba configuration in the
.Fx