From 20967627378194121bc48bf387838b8bd7682478 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 18 Mar 2003 16:48:14 +0000 Subject: Regenerate (This used to be commit 25db62e3101dbcae8e9daee3cb16430297afa223) --- docs/htmldocs/smbmount.8.html | 66 +++++++++++++++++++++---------------------- 1 file changed, 32 insertions(+), 34 deletions(-) (limited to 'docs/htmldocs/smbmount.8.html') diff --git a/docs/htmldocs/smbmount.8.html b/docs/htmldocs/smbmount.8.html index bc9fcf72e2..0844c21a7d 100644 --- a/docs/htmldocs/smbmount.8.html +++ b/docs/htmldocs/smbmount.8.html @@ -5,7 +5,7 @@ >smbmount
username=<arg>
username=<arg>

specifies the username to connect as. If - this is not given, then the environment variable USER USER is used. This option can also take the form "user%password" or "user/workgroup" or "user/workgroup%password" to allow the password and workgroup to be specified as part of the username.

password=<arg>
password=<arg>

specifies the SMB password. If this option is not given then the environment variable - PASSWDPASSWD is used. If it can find no password

credentials=<filename>
credentials=<filename>

specifies a file that contains a username and/or password. The format of the file is:

username = <value>
-password = <value>
username = <value> +password = <value>

This is preferred over having passwords in plaintext in a @@ -181,14 +181,14 @@ CLASS="FILENAME"

netbiosname=<arg>
netbiosname=<arg>

sets the source NetBIOS name. It defaults to the local hostname.

uid=<arg>
uid=<arg>

sets the uid that will own all files on @@ -197,7 +197,7 @@ CLASS="FILENAME"

gid=<arg>
gid=<arg>

sets the gid that will own all files on @@ -206,14 +206,14 @@ CLASS="FILENAME" gid.

port=<arg>
port=<arg>

sets the remote SMB port number. The default is 139.

fmask=<arg>
fmask=<arg>

sets the file mask. This determines the @@ -221,7 +221,7 @@ CLASS="FILENAME" The default is based on the current umask.

dmask=<arg>
dmask=<arg>

sets the directory mask. This determines the @@ -229,7 +229,7 @@ CLASS="FILENAME" The default is based on the current umask.

debug=<arg>
debug=<arg>

sets the debug level. This is useful for @@ -238,20 +238,20 @@ CLASS="FILENAME" output, possibly hiding the useful output.

ip=<arg>
ip=<arg>

sets the destination host or IP address.

workgroup=<arg>
workgroup=<arg>

sets the workgroup on the destination

sockopt=<arg>
sockopt=<arg>

sets the TCP socket options. See the smb.conf(5) socket optionssocket options option.

scope=<arg>
scope=<arg>

sets the NetBIOS scope

mount read-write

iocharset=<arg>
iocharset=<arg>

sets the charset used by the Linux side for codepage @@ -307,7 +305,7 @@ CLASS="PARAMETER"

codepage=<arg>
codepage=<arg>

sets the codepage the server uses. See the iocharset @@ -316,7 +314,7 @@ CLASS="PARAMETER"

ttl=<arg>
ttl=<arg>

sets how long a directory listing is cached in milliseconds @@ -341,26 +339,26 @@ NAME="AEN130" >

ENVIRONMENT VARIABLES

The variable The variable USERUSER may contain the username of the person using the client. This information is used only if the protocol level is high enough to support session-level passwords. The variable can be used to set both username and password by using the format username%password.

The variable The variable PASSWDPASSWD may contain the password of the person using the client. This information is used only if the protocol level is high enough to support session-level passwords.

The variable The variable PASSWD_FILEPASSWD_FILE may contain the pathname of a file to read the password from. A single line of input is read and used as the password.