From c8af938a0a7ec15c38076fc11d164f55737318f1 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 24 Apr 2001 19:09:42 +0000 Subject: syncing up changes in 2.2 (This used to be commit ffbbe67dbfde7f7ce4bb70becfc696c395dbf6b2) --- docs/htmldocs/smbmount.8.html | 54 +++++++++++++++++++++++++------------------ 1 file changed, 31 insertions(+), 23 deletions(-) (limited to 'docs/htmldocs/smbmount.8.html') diff --git a/docs/htmldocs/smbmount.8.html b/docs/htmldocs/smbmount.8.html index ba07f08ed4..c8c9727be9 100644 --- a/docs/htmldocs/smbmount.8.html +++ b/docs/htmldocs/smbmount.8.html @@ -72,9 +72,8 @@ CLASS="COMMAND" typically this output will end up in log.smbmount. The smbmount process may also be called mount.smbfs.

NOTE:NOTE: smbmount

username=<arg>
username=<arg>

specifies the username to connect as. If @@ -115,7 +114,7 @@ CLASS="ENVAR" to be specified as part of the username.

password=<arg>
password=<arg>

specifies the SMB password. If this @@ -132,17 +131,26 @@ CLASS="COMMAND" given.

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>
 		

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 @@ -168,7 +176,7 @@ CLASS="PROGRAMLISTING"

gid=<arg>
gid=<arg>

sets the gid that will own all files on @@ -177,14 +185,14 @@ CLASS="PROGRAMLISTING" 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 @@ -192,7 +200,7 @@ CLASS="PROGRAMLISTING" The default is based on the current umask.

dmask=<arg>
dmask=<arg>

sets the directory mask. This deterines the @@ -200,27 +208,27 @@ CLASS="PROGRAMLISTING" The default is based on the current umask.

debug=<arg>
debug=<arg>

sets the debug level. This is useful for tracking down SMB connection problems.

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

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 @@ -274,7 +282,7 @@ CLASS="PARAMETER"

codepage=<arg>
codepage=<arg>

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

ttl=<arg>
ttl=<arg>

how long a directory listing is cached in milliseconds -- cgit