diff options
author | John Terpstra <jht@samba.org> | 1997-08-19 07:57:54 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 1997-08-19 07:57:54 +0000 |
commit | d5675283caad43650eff30bea2e9a12672e22e1c (patch) | |
tree | 3c7ff9702e5da7ae339b97812225d5bb96a916b1 | |
parent | 8df30387b56c406037c15fcb10b38351a414884f (diff) | |
download | samba-d5675283caad43650eff30bea2e9a12672e22e1c.tar.gz samba-d5675283caad43650eff30bea2e9a12672e22e1c.tar.xz samba-d5675283caad43650eff30bea2e9a12672e22e1c.zip |
JHT ===> Fixed step numbering.
(This used to be commit 55541e7478eb7a15afbb8c8abfebf50622eda724)
-rw-r--r-- | docs/INSTALL.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/INSTALL.txt b/docs/INSTALL.txt index a97d5f26790..ee305dc2dc5 100644 --- a/docs/INSTALL.txt +++ b/docs/INSTALL.txt @@ -156,7 +156,7 @@ NOTE: If you use the SVR4 style init system then you may like to look at the examples/svr4-startup script to make Samba fit into that system. -STEP 7. Try listing the shares available on your server +STEP 6. Try listing the shares available on your server smbclient -L yourhostname @@ -171,7 +171,7 @@ details. (you can force it to list the shares without a password by adding the option -U% to the command line. This will not work with non-Samba servers) -STEP 8. try connecting with the unix client. eg: +STEP 7. try connecting with the unix client. eg: smbclient '\\yourhostname\aservice' @@ -188,7 +188,7 @@ smbclient '\\bambi\fred' NOTE: The number of slashes to use depends on the type of shell you use. You may need '\\\\bambi\\fred' with some shells. -STEP 9. Try connecting from a dos/WfWg/Win95/NT/os-2 client. Try +STEP 8. Try connecting from a dos/WfWg/Win95/NT/os-2 client. Try mounting disks. eg: net use d: \\servername\service |