Changeset 232 for branches/samba-3.2.x/docs-xml/manpages-3/mount.cifs.8.xml
- Timestamp:
- May 27, 2009, 9:09:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/docs-xml/manpages-3/mount.cifs.8.xml
r203 r232 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 … … 90 93 <listitem><para>specifies the CIFS password. If this 91 94 option is not given then the environment variable 92 <emphasis>PASSWD</emphasis> is used. If the password is not specified 95 <emphasis>PASSWD</emphasis> is used. If the password is not specified 93 96 directly or indirectly via an argument to mount, <emphasis>mount.cifs</emphasis> will prompt 94 97 for a password, unless the guest option is specified. … … 107 110 <listitem><para> 108 111 specifies a file that contains a username 109 and/or password. The format of the file is: 112 and/or password and optionally the name of the 113 workgroup. The format of the file is: 110 114 </para> 111 115 … … 113 117 username=<replaceable>value</replaceable> 114 118 password=<replaceable>value</replaceable> 119 workgroup=<replaceable>value</replaceable> 115 120 </programlisting> 116 121 117 122 <para> 118 123 This is preferred over having passwords in plaintext in a
Note:
See TracChangeset
for help on using the changeset viewer.