summaryrefslogtreecommitdiff
path: root/docs/manpages/smbsh.1
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2001-10-10 17:19:10 +0000
committerGerald Carter <jerry@samba.org>2001-10-10 17:19:10 +0000
commit55abd936a838a4410899db76cb5530b0c4694dc9 (patch)
tree7096b43be65a4ec4cab7217ecd4e5ab603d9ac71 /docs/manpages/smbsh.1
parent1347bd6057f664fcd827e91b639cc55280d8fa77 (diff)
downloadsamba-55abd936a838a4410899db76cb5530b0c4694dc9.tar.gz
samba-55abd936a838a4410899db76cb5530b0c4694dc9.tar.bz2
samba-55abd936a838a4410899db76cb5530b0c4694dc9.zip
mega-merge from 2.2
(This used to be commit c76bf8ed3275e217d1b691879153fe9137bcbe38)
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