Deleted Added
full compact
mount_smbfs.8 (118261) mount_smbfs.8 (150802)
1.\" $Id: mount_smbfs.8,v 1.10 2002/04/16 02:47:41 bp Exp $
1.\" $Id: mount_smbfs.8,v 1.10 2002/04/16 02:47:41 bp Exp $
2.\" $FreeBSD: head/contrib/smbfs/mount_smbfs/mount_smbfs.8 118261 2003-07-31 11:50:01Z simon $
2.\" $FreeBSD: head/contrib/smbfs/mount_smbfs/mount_smbfs.8 150802 2005-10-02 08:32:49Z bp $
3.Dd March 10, 2000
4.Dt MOUNT_SMBFS 8
5.Os
6.Sh NAME
7.Nm mount_smbfs
8.Nd "mount a shared resource from an SMB file server"
9.Sh SYNOPSIS
10.Nm

--- 8 unchanged lines hidden (view full) ---

19.Op Fl W Ar workgroup
20.Op Fl c Ar case
21.Op Fl d Ar mode
22.Op Fl f Ar mode
23.Op Fl g Ar gid
24.Op Fl n Ar opt
25.Op Fl u Ar uid
26.Sm off
3.Dd March 10, 2000
4.Dt MOUNT_SMBFS 8
5.Os
6.Sh NAME
7.Nm mount_smbfs
8.Nd "mount a shared resource from an SMB file server"
9.Sh SYNOPSIS
10.Nm

--- 8 unchanged lines hidden (view full) ---

19.Op Fl W Ar workgroup
20.Op Fl c Ar case
21.Op Fl d Ar mode
22.Op Fl f Ar mode
23.Op Fl g Ar gid
24.Op Fl n Ar opt
25.Op Fl u Ar uid
26.Sm off
27.No // Ar user No @ Ar server No / Ar share
27.No // Ar user No @ Ar server
28.Op Ar :port1 Op Ar :port2
29.No / Ar share
28.Sm on
29.Ar node
30.Sh DESCRIPTION
31The
32.Nm
33command mounts a share from a remote server using SMB/CIFS protocol.
34.Pp
35The options are as follows:

--- 69 unchanged lines hidden (view full) ---

105permission where the file mode gives read permission.
106.Pp
107Note that these permissions can differ from the rights granted by SMB
108server.
109.It Fl u Ar uid , Fl g Ar gid
110User ID and group ID assigned to files.
111The default are owner and group IDs from
112the directory where the volume is mounted.
30.Sm on
31.Ar node
32.Sh DESCRIPTION
33The
34.Nm
35command mounts a share from a remote server using SMB/CIFS protocol.
36.Pp
37The options are as follows:

--- 69 unchanged lines hidden (view full) ---

107permission where the file mode gives read permission.
108.Pp
109Note that these permissions can differ from the rights granted by SMB
110server.
111.It Fl u Ar uid , Fl g Ar gid
112User ID and group ID assigned to files.
113The default are owner and group IDs from
114the directory where the volume is mounted.
113.It No // Ns Ar user Ns @ Ns Ar server Ns / Ns Ar share
115.It No // Ns Ar user Ns @ Ns Ar server Ns Oo Ar :port1 Ns Oo Ar :port2 Oc Oc Ns No / Ns Ar share
114The
115.Nm
116command will use
117.Ar server
118as the NetBIOS name of remote computer,
119.Ar user
120as the remote user name and
121.Ar share
122as the resource name on a remote server.
116The
117.Nm
118command will use
119.Ar server
120as the NetBIOS name of remote computer,
121.Ar user
122as the remote user name and
123.Ar share
124as the resource name on a remote server.
125Optional
126.Ar port1
127and
128.Ar port2
129arguments can be used to override default values of port numbers used
130by communication protocols.
131For SMB over NetBIOS default value for
132.Ar port1
133are 139, and
134.Ar port2
135are 137.
123.It Ar node
124Path to mount point.
125.El
126.Sh FILES
127.Bl -tag -width ".Pa ~/.nsmbrc" -compact
128.It Pa ~/.nsmbrc
129Keeps static parameters for connections and other information.
130See

--- 27 unchanged lines hidden ---
136.It Ar node
137Path to mount point.
138.El
139.Sh FILES
140.Bl -tag -width ".Pa ~/.nsmbrc" -compact
141.It Pa ~/.nsmbrc
142Keeps static parameters for connections and other information.
143See

--- 27 unchanged lines hidden ---