Ignore:
Timestamp:
May 24, 2009, 7:17:10 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 to 3.3.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/docs-xml/manpages-3/mount.cifs.8.xml

    r217 r221  
    4444
    4545        <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.
    5053        </para>
    5154
     
    138141                the server supports the Unix Extensions then the uid
    139142                and gid can be retrieved from the server (and uid
    140                 and gid would not have to be specifed on the mount.
     143                and gid would not have to be specified on the mount.
    141144                For servers which do not support the CIFS Unix
    142145                extensions, the default uid (and gid) returned on lookup
     
    370373                <listitem><para>Do not allow POSIX ACL operations even if server would support them.</para><para>
    371374                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 and
     375                version 3.0.10 and later.  Setting POSIX ACLs requires enabling both XATTR and
    373376                then POSIX support in the CIFS configuration options when building the cifs
    374                 module.  POSIX ACL support can be disabled on a per mount basic by specifying
     377                module.  POSIX ACL support can be disabled on a per mount basis by specifying
    375378                "noacl" on mount.</para>
    376379                </listitem>
Note: See TracChangeset for help on using the changeset viewer.