Changeset 221 for branches/samba-3.3.x/docs-xml/manpages-3/mount.cifs.8.xml
- Timestamp:
- May 24, 2009, 7:17:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/docs-xml/manpages-3/mount.cifs.8.xml
r217 r221 44 44 45 45 <para> 46 The mount.cifs utility attaches the UNC name (exported network resource) to 47 the local directory <emphasis>mount-point</emphasis>. It is possible to set the mode for mount.cifs to 48 setuid root to allow non-root users to mount shares to directories for which they 49 have write permission. 46 The mount.cifs utility attaches the UNC name (exported network resource) 47 specified as <emphasis>service</emphasis> (using //server/share syntax, 48 where "server" is the server name or IP address and "share" is the name 49 of the share) to the local directory <emphasis>mount-point</emphasis>. 50 It is possible to set the mode for mount.cifs to setuid root to allow 51 non-root users to mount shares to directories for which they 52 have write permission. 50 53 </para> 51 54 … … 138 141 the server supports the Unix Extensions then the uid 139 142 and gid can be retrieved from the server (and uid 140 and gid would not have to be specif ed on the mount.143 and gid would not have to be specified on the mount. 141 144 For servers which do not support the CIFS Unix 142 145 extensions, the default uid (and gid) returned on lookup … … 370 373 <listitem><para>Do not allow POSIX ACL operations even if server would support them.</para><para> 371 374 The CIFS client can get and set POSIX ACLs (getfacl, setfacl) to Samba servers 372 version 3. 10 and later. Setting POSIX ACLs requires enabling both XATTR and375 version 3.0.10 and later. Setting POSIX ACLs requires enabling both XATTR and 373 376 then POSIX support in the CIFS configuration options when building the cifs 374 module. POSIX ACL support can be disabled on a per mount basi cby specifying377 module. POSIX ACL support can be disabled on a per mount basis by specifying 375 378 "noacl" on mount.</para> 376 379 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.