From 55abd936a838a4410899db76cb5530b0c4694dc9 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 10 Oct 2001 17:19:10 +0000 Subject: mega-merge from 2.2 (This used to be commit c76bf8ed3275e217d1b691879153fe9137bcbe38) --- docs/manpages/smbsh.1 | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'docs/manpages/smbsh.1') 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 @@ .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . -.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/\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/\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 -- cgit