preparing for release of 2.2.0
[Samba.git] / docs / manpages / smbsh.1
blob044a1cbad55ba6d0cbb22ef4f4c7ed6683fb654f
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 "17 Apr 2001" "smbsh 2.2.0"
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  Sambasuite.
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, 
59 smb.conf(5).SH "AUTHOR"
60 .PP
61 The original Samba software and related utilities 
62 were created by Andrew Tridgell. Samba is now developed
63 by the Samba Team as an Open Source project similar 
64 to the way the Linux kernel is developed.
65 .PP
66 The original Samba man pages were written by Karl Auer. 
67 The man page sources were converted to YODL format (another 
68 excellent piece of Open Source software, available at
69 ftp://ftp.icce.rug.nl/pub/unix/ <URL:ftp://ftp.icce.rug.nl/pub/unix/>) and updated for the Samba 2.0 
70 release by Jeremy Allison. The conversion to DocBook for 
71 Samba 2.2 was done by Gerald Carter