summaryrefslogtreecommitdiff
path: root/docs/htmldocs/smbsh.1.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/htmldocs/smbsh.1.html')
-rw-r--r--docs/htmldocs/smbsh.1.html179
1 files changed, 83 insertions, 96 deletions
diff --git a/docs/htmldocs/smbsh.1.html b/docs/htmldocs/smbsh.1.html
index c8c61fb6fe..bab2b45cdd 100644
--- a/docs/htmldocs/smbsh.1.html
+++ b/docs/htmldocs/smbsh.1.html
@@ -1,11 +1,12 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<HTML
><HEAD
><TITLE
>smbsh</TITLE
><META
NAME="GENERATOR"
-CONTENT="Modular DocBook HTML Stylesheet Version 1.77+"></HEAD
+CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
+"></HEAD
><BODY
CLASS="REFENTRY"
BGCOLOR="#FFFFFF"
@@ -15,9 +16,7 @@ VLINK="#840084"
ALINK="#0000FF"
><H1
><A
-NAME="SMBSH.1"
-></A
->smbsh</H1
+NAME="SMBSH">smbsh</H1
><DIV
CLASS="REFNAMEDIV"
><A
@@ -30,15 +29,13 @@ NAME="AEN5"
><DIV
CLASS="REFSYNOPSISDIV"
><A
-NAME="AEN8"
-></A
-><H2
+NAME="AEN8"><H2
>Synopsis</H2
><P
><B
CLASS="COMMAND"
>smbsh</B
-> [-W workgroup] [-U username] [-P prefix] [-R &lt;name resolve order&gt;] [-d &lt;debug level&gt;] [-l logfile] [-L libdir]</P
+> [-W workgroup] [-U username] [-P prefix] [-R &#60;name resolve order&#62;] [-d &#60;debug level&#62;] [-l logfile] [-L libdir]</P
></DIV
><DIV
CLASS="REFSECT1"
@@ -48,12 +45,10 @@ NAME="AEN18"
><H2
>DESCRIPTION</H2
><P
->This tool is part of the <SPAN
-CLASS="CITEREFENTRY"
-><SPAN
-CLASS="REFENTRYTITLE"
->Samba</SPAN
->(7)</SPAN
+>This tool is part of the <A
+HREF="samba.7.html"
+TARGET="_top"
+> Samba</A
> suite.</P
><P
><B
@@ -79,7 +74,7 @@ CLASS="COMMAND"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN30"
+NAME="AEN28"
></A
><H2
>OPTIONS</H2
@@ -93,12 +88,9 @@ CLASS="VARIABLELIST"
><DD
><P
>Override the default workgroup specified in the
- workgroup parameter of the <SPAN
-CLASS="CITEREFENTRY"
-><SPAN
-CLASS="REFENTRYTITLE"
->smb.conf</SPAN
->(5)</SPAN
+ workgroup parameter of the <TT
+CLASS="FILENAME"
+>smb.conf</TT
> file
for this session. This may be needed to connect to some
servers. </P
@@ -120,17 +112,14 @@ CLASS="REFENTRYTITLE"
>This option allows
the user to set the directory prefix for SMB access. The
default value if this option is not specified is
- <SPAN
-CLASS="emphasis"
-><I
+ <I
CLASS="EMPHASIS"
>smb</I
-></SPAN
>.
</P
></DD
><DT
->-R &lt;name resolve order&gt;</DT
+>-R &#60;name resolve order&#62;</DT
><DD
><P
>This option is used to determine what naming
@@ -138,7 +127,7 @@ CLASS="EMPHASIS"
host names to IP addresses. The option takes a space-separated
string of different name resolution options.</P
><P
->The options are: "lmhosts", "host", "wins" and "bcast".
+>The options are :"lmhosts", "host", "wins" and "bcast".
They cause names to be resolved as follows :</P
><P
></P
@@ -148,18 +137,16 @@ CLASS="EMPHASIS"
><TT
CLASS="CONSTANT"
>lmhosts</TT
->:
+> :
Lookup an IP address in the Samba lmhosts file. If the
line in lmhosts has no name type attached to the
NetBIOS name
- (see the <SPAN
-CLASS="CITEREFENTRY"
-><SPAN
-CLASS="REFENTRYTITLE"
->lmhosts</SPAN
->(5)</SPAN
-> for details)
- then any name type matches for lookup.
+ (see the <A
+HREF="lmhosts.5.html"
+TARGET="_top"
+>lmhosts(5)</A
+>
+ for details) then any name type matches for lookup.
</P
></LI
><LI
@@ -167,7 +154,7 @@ CLASS="REFENTRYTITLE"
><TT
CLASS="CONSTANT"
>host</TT
->:
+> :
Do a standard host name to IP address resolution, using
the system <TT
CLASS="FILENAME"
@@ -189,7 +176,7 @@ CLASS="FILENAME"
><TT
CLASS="CONSTANT"
>wins</TT
->:
+> :
Query a name with the IP address listed in the
<TT
CLASS="PARAMETER"
@@ -206,7 +193,7 @@ CLASS="PARAMETER"
><TT
CLASS="CONSTANT"
>bcast</TT
->:
+> :
Do a broadcast on each of the known local interfaces
listed in the <TT
CLASS="PARAMETER"
@@ -222,19 +209,11 @@ CLASS="PARAMETER"
></UL
><P
>If this parameter is not set then the name resolve order
- defined in the <SPAN
-CLASS="CITEREFENTRY"
-><SPAN
-CLASS="REFENTRYTITLE"
->smb.conf</SPAN
->(5)</SPAN
+ defined in the <TT
+CLASS="FILENAME"
+>smb.conf</TT
> file parameter
- (<TT
-CLASS="PARAMETER"
-><I
->name resolve order</I
-></TT
->) will be used. </P
+ (name resolve order) will be used. </P
><P
>The default order is lmhosts, host, wins, bcast. Without
this parameter or any entry in the <TT
@@ -243,17 +222,15 @@ CLASS="PARAMETER"
>name resolve order
</I
></TT
-> parameter of the <SPAN
-CLASS="CITEREFENTRY"
-><SPAN
-CLASS="REFENTRYTITLE"
->smb.conf</SPAN
->(5)</SPAN
-> file, the name resolution methods
- will be attempted in this order. </P
+> parameter of the <TT
+CLASS="FILENAME"
+>smb.conf</TT
+>
+ file, the name resolution methods will be attempted in this
+ order. </P
></DD
><DT
->-d &lt;debug level&gt;</DT
+>-d &#60;debug level&#62;</DT
><DD
><P
>debug level is an integer from 0 to 10.</P
@@ -262,12 +239,9 @@ CLASS="REFENTRYTITLE"
is zero.</P
><P
>The higher this value, the more detail will be logged
- about the activities of <SPAN
-CLASS="CITEREFENTRY"
-><SPAN
-CLASS="REFENTRYTITLE"
->nmblookup</SPAN
->(1)</SPAN
+ about the activities of <B
+CLASS="COMMAND"
+>nmblookup</B
>. At level
0, only critical errors and serious warnings will be logged.
</P
@@ -310,7 +284,7 @@ CLASS="COMMAND"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN104"
+NAME="AEN91"
></A
><H2
>EXAMPLES</H2
@@ -323,10 +297,17 @@ CLASS="COMMAND"
> smbsh</B
> from the prompt and enter the username and password
that authenticates you to the machine running the Windows NT
- operating system.
-<PRE
+ operating system.</P
+><P
+><TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><PRE
CLASS="PROGRAMLISTING"
-><TT
+> <TT
CLASS="PROMPT"
>system% </TT
><TT
@@ -335,7 +316,7 @@ CLASS="USERINPUT"
>smbsh</B
></TT
>
-<TT
+ <TT
CLASS="PROMPT"
>Username: </TT
><TT
@@ -344,7 +325,7 @@ CLASS="USERINPUT"
>user</B
></TT
>
-<TT
+ <TT
CLASS="PROMPT"
>Password: </TT
><TT
@@ -352,7 +333,11 @@ CLASS="USERINPUT"
><B
>XXXXXXX</B
></TT
-></PRE
+>
+ </PRE
+></TD
+></TR
+></TABLE
></P
><P
>Any dynamically linked command you execute from
@@ -372,7 +357,7 @@ CLASS="COMMAND"
the workgroup MYGROUP. The command
<B
CLASS="COMMAND"
->ls /smb/MYGROUP/&lt;machine-name&gt;</B
+>ls /smb/MYGROUP/&#60;machine-name&#62;</B
> will show the share
names for that machine. You could then, for example, use the <B
CLASS="COMMAND"
@@ -389,17 +374,18 @@ CLASS="COMMAND"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN124"
+NAME="AEN112"
></A
><H2
>VERSION</H2
><P
->This man page is correct for version 3.0 of the Samba suite.</P
+>This man page is correct for version 3.0 of
+ the Samba suite.</P
></DIV
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN127"
+NAME="AEN115"
></A
><H2
>BUGS</H2
@@ -432,29 +418,30 @@ CLASS="COMMAND"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN136"
+NAME="AEN124"
></A
><H2
>SEE ALSO</H2
><P
-><SPAN
-CLASS="CITEREFENTRY"
-><SPAN
-CLASS="REFENTRYTITLE"
->smbd</SPAN
->(8)</SPAN
->, <SPAN
-CLASS="CITEREFENTRY"
-><SPAN
-CLASS="REFENTRYTITLE"
->smb.conf</SPAN
->(5)</SPAN
-></P
+><A
+HREF="smbd.8.html"
+TARGET="_top"
+><B
+CLASS="COMMAND"
+>smbd(8)</B
+></A
+>,
+ <A
+HREF="smb.conf.5.html"
+TARGET="_top"
+>smb.conf(5)</A
+>
+ </P
></DIV
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN145"
+NAME="AEN130"
></A
><H2
>AUTHOR</H2
@@ -466,14 +453,14 @@ NAME="AEN145"
><P
>The original Samba man pages were written by Karl Auer.
The man page sources were converted to YODL format (another
- excellent piece of Open Source software, available at <A
+ excellent piece of Open Source software, available at
+ <A
HREF="ftp://ftp.icce.rug.nl/pub/unix/"
TARGET="_top"
> ftp://ftp.icce.rug.nl/pub/unix/</A
>) and updated for the Samba 2.0
release by Jeremy Allison. The conversion to DocBook for
- Samba 2.2 was done by Gerald Carter. The conversion to DocBook XML 4.2
- for Samba 3.0 was done by Alexander Bokovoy.</P
+ Samba 2.2 was done by Gerald Carter</P
></DIV
></BODY
></HTML