save as we go. More pages done.
[samba.git] / docs / manpages / smbsh.1
1 .\" This manpage has been automatically generated by docbook2man-spec
2 .\" from a DocBook document.  docbook2man-spec can be found at:
3 .\" <http://shell.ipoline.com/~elmert/hacks/docbook2X/> 
4 .\" Please send any bug reports, improvements, comments, patches, 
5 .\" etc. to Steve Cheng <steve@ggi-project.org>.
6 .TH "SMBSH" "1" "22 February 2001" "" ""
7 .SH NAME
8 smbsh \- Allows access to Windows NT filesystem  using UNIX commands
9 .SH SYNOPSIS
10 .sp
11 \fBsmbsh\fR
12 .SH "DESCRIPTION"
13 .PP
14 This tool is part of the  Samba <URL:samba.7.html> suite.
15 .PP
16 \fBsmbsh\fR allows you to access an NT filesystem 
17 using UNIX commands such as \fBls\fR, \fB egrep\fR, and \fBrcp\fR. You must use a 
18 shell that is dynmanically linked in order for \fBsmbsh\fR 
19 to work correctly.
20 .PP
21 To use the \fBsmbsh\fR command, execute \fB smbsh\fR from the prompt and enter the username and password 
22 that authenticate you to the machine running the Windows NT 
23 operating system.
24 .PP
25 .sp
26 .nf
27         system% \fBsmbsh\fR
28         Username: \fBuser\fR
29         Password: \fBXXXXXXX\fR
30         
31 .sp
32 .fi
33 .PP
34 Any dynamically linked command you execute from 
35 this shell will access the \fI/smb\fR directory 
36 using the smb protocol. For example, the command \fBls /smb
37 \fRwill show all the machines in your workgroup. The command 
38 \fBls /smb/<machine-name>\fR will show the share 
39 names for that machine. You could then, for example, use the \fB cd\fR command to change directories, \fBvi\fR to 
40 edit files, and \fBrcp\fR to copy files.
41 .SH "VERSION"
42 .PP
43 This man page is correct for version 2.2 of 
44 the Samba suite.
45 .SH "BUGS"
46 .PP
47 \fBsmbsh\fR works by intercepting the standard 
48 libc calls with the dynamically loaded versions in \fI smbwrapper.o\fR. Not all calls have been "wrapped", so 
49 some programs may not function correctly under \fBsmbsh
50 \fR\&.
51 .PP
52 Programs which are not dynamically linked cannot make 
53 use of \fBsmbsh\fR's functionality. Most versions 
54 of UNIX have a \fBfile\fR command that will 
55 describe how a program was linked.
56 .SH "SEE ALSO"
57 .PP
58 \fBsmbd(8)\fR <URL:smbd.8.html>, 
59 smb.conf(5) <URL:smb.conf.5.html>
60 .SH "AUTHOR"
61 .PP
62 The original Samba software and related utilities 
63 were created by Andrew Tridgell. Samba is now developed
64 by the Samba Team as an Open Source project similar 
65 to the way the Linux kernel is developed.
66 .PP
67 The original Samba man pages were written by Karl Auer. 
68 The man page sources were converted to YODL format (another 
69 excellent piece of Open Source software, available at
70 ftp://ftp.icce.rug.nl/pub/unix/ <URL:ftp://ftp.icce.rug.nl/pub/unix/>) and updated for the Samba 2.0 
71 release by Jeremy Allison. The conversion to DocBook for 
72 Samba 2.2 was done by Gerald Carter