summaryrefslogtreecommitdiff
path: root/docs/manpages/smbsh.1
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manpages/smbsh.1')
-rw-r--r--docs/manpages/smbsh.115
1 files changed, 9 insertions, 6 deletions
diff --git a/docs/manpages/smbsh.1 b/docs/manpages/smbsh.1
index a1ebca6a16..39cddced8a 100644
--- a/docs/manpages/smbsh.1
+++ b/docs/manpages/smbsh.1
@@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/hacks/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
-.TH "SMBSH" "1" "24 April 2001" "" ""
+.TH "SMBSH" "1" "10 October 2001" "" ""
.SH NAME
smbsh \- Allows access to Windows NT filesystem using UNIX commands
.SH SYNOPSIS
@@ -15,11 +15,11 @@ This tool is part of the Sambasuite.
.PP
\fBsmbsh\fR allows you to access an NT filesystem
using UNIX commands such as \fBls\fR, \fB egrep\fR, and \fBrcp\fR. You must use a
-shell that is dynmanically linked in order for \fBsmbsh\fR
+shell that is dynamically linked in order for \fBsmbsh\fR
to work correctly.
.PP
To use the \fBsmbsh\fR command, execute \fB smbsh\fR from the prompt and enter the username and password
-that authenticate you to the machine running the Windows NT
+that authenticates you to the machine running the Windows NT
operating system.
.PP
.sp
@@ -34,8 +34,10 @@ operating system.
Any dynamically linked command you execute from
this shell will access the \fI/smb\fR directory
using the smb protocol. For example, the command \fBls /smb
-\fRwill show all the machines in your workgroup. The command
-\fBls /smb/<machine-name>\fR will show the share
+\fRwill show a list of workgroups. The command
+\fBls /smb/MYGROUP \fR will show all the machines in
+the workgroup MYGROUP. The command
+\fBls /smb/MYGROUP/<machine-name>\fR will show the share
names for that machine. You could then, for example, use the \fB cd\fR command to change directories, \fBvi\fR to
edit files, and \fBrcp\fR to copy files.
.SH "VERSION"
@@ -56,7 +58,8 @@ describe how a program was linked.
.SH "SEE ALSO"
.PP
\fBsmbd(8)\fR,
-smb.conf(5).SH "AUTHOR"
+smb.conf(5)
+.SH "AUTHOR"
.PP
The original Samba software and related utilities
were created by Andrew Tridgell. Samba is now developed