mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
docs: Describe "service" in man mount.cifs.
This fixes bug #5346. Thanks to the Debian Samba package maintainers for reporting and providing a patch! Karolin
This commit is contained in:
@ -43,10 +43,13 @@ by the popular Open Source server Samba.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
The mount.cifs utility attaches the UNC name (exported network resource) to
|
||||
the local directory <emphasis>mount-point</emphasis>. It is possible to set the mode for mount.cifs to
|
||||
setuid root to allow non-root users to mount shares to directories for which they
|
||||
have write permission.
|
||||
The mount.cifs utility attaches the UNC name (exported network resource)
|
||||
specified as <emphasis>service</emphasis> (using //server/share syntax,
|
||||
where "server" is the server name or IP address and "share" is the name
|
||||
of the share) to the local directory <emphasis>mount-point</emphasis>.
|
||||
It is possible to set the mode for mount.cifs to setuid root to allow
|
||||
non-root users to mount shares to directories for which they
|
||||
have write permission.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Reference in New Issue
Block a user