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/docbook/manpages/smbsh.1.sgml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'docs/docbook/manpages/smbsh.1.sgml') diff --git a/docs/docbook/manpages/smbsh.1.sgml b/docs/docbook/manpages/smbsh.1.sgml index 3a95f116d9..46adac6b79 100644 --- a/docs/docbook/manpages/smbsh.1.sgml +++ b/docs/docbook/manpages/smbsh.1.sgml @@ -1,5 +1,5 @@ - + smbsh @@ -28,12 +28,12 @@ smbsh allows you to access an NT filesystem using UNIX commands such as ls, egrep, and rcp. You must use a - shell that is dynmanically linked in order for smbsh + shell that is dynamically linked in order for smbsh to work correctly. To use the smbsh command, execute smbsh 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. @@ -46,8 +46,10 @@ Any dynamically linked command you execute from this shell will access the /smb directory using the smb protocol. For example, the command ls /smb - will show all the machines in your workgroup. The command - ls /smb/<machine-name> will show the share + will show a list of workgroups. The command + ls /smb/MYGROUP will show all the machines in + the workgroup MYGROUP. The command + ls /smb/MYGROUP/<machine-name> will show the share names for that machine. You could then, for example, use the cd command to change directories, vi to edit files, and rcp to copy files. -- cgit