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
This commit is contained in:
Mateusz Piotrowski 2018-11-01 22:50:50 +00:00
parent d198cb6d83
commit 62d7aab953

View File

@ -136,12 +136,14 @@ are 137.
Path to mount point. Path to mount point.
.El .El
.Sh FILES .Sh FILES
.Bl -tag -width ".Pa ~/.nsmbrc" -compact .Bl -tag -width ".Pa /etc/nsmb.conf" -compact
.It Pa ~/.nsmbrc .It Pa ~/.nsmbrc
Keeps static parameters for connections and other information. Keeps user-specific static parameters for connections and other information.
See See
.Pa /usr/share/examples/smbfs/dot.nsmbrc .Pa /usr/share/examples/smbfs/dot.nsmbrc
for details. for details.
.It Pa /etc/nsmb.conf
Keeps system-wide static parameters for connections and other information.
.El .El
.Sh EXAMPLES .Sh EXAMPLES
The following example illustrates how to connect to SMB server 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 .Pp
.Dl "//guest@samba/public /smb/public smbfs rw,noauto,-N 0 0" .Dl "//guest@samba/public /smb/public smbfs rw,noauto,-N 0 0"
.Sh SEE ALSO .Sh SEE ALSO
.Bl -dash .Xr smbutil 1 ,
.Xr nsmb.conf 5
.Pp
Other resources:
.Bl -dash -compact
.It .It
Chapter dedicated to Samba configuration in the Chapter dedicated to Samba configuration in the
.Fx .Fx