Remove CGI logging code. Make username/password lookups take
[Samba.git] / docs / yodldocs / smbsh.1.yo
blobacf33929397806bfeb37936759b08b1daa9a7290
1 mailto(samba@samba.org)
3 manpage(smbsh htmlcommand((1)))(1)(23 Oct 1998)(Samba)(SAMBA)
5 label(NAME)
6 manpagename(smbsh)(Allows access to Windows NT filesystem using UNIX commands)
8 label(SYNOPSIS)
9 manpagesynopsis()
11 bf(smbsh)
13 label(DESCRIPTION)
14 manpagedescription()
16 This program is part of the bf(Samba) suite.
18 bf(smbsh) allows you to access an NT filesystem using UNIX commands
19 such as bf(ls), bf(egrep), and bf(rcp). You must use a shell that
20 is dynmanically linked in order for bf(smbsh) to work correctly.
22 To use the bf(smbsh) command, execute bf(smbsh) from the prompt and
23 enter the username and password that authenticate you to the
24 machine running the Windows NT operating system.
26 verb(
27 system% smbsh
28 Username: user
29 Password:
32 Any dynamically linked command you execute from this shell will
33 access the bf(/smb) directory using the smb protocol.
34 For example, the command 
36 tt(ls /smb)
38 will show all the machines in your workgroup.
39 The command 
41 tt(ls /smb/<machine-name>)
43 will show the share names for that machine. You could then, for example, use the 
44 bf(cd) command to change directories, bf(vi) to edit files, and bf(rcp)
45  to copy files.
47 label(VERSION)
48 manpagesection(VERSION)
50 This man page is correct for the 2.0.3 of the Samba suite.
52 label(BUGS)
53 manpagebugs()
55 bf(smbsh) works by intercepting the standard libc calls with the dynamically loaded
56 versions in bf(smbwrapper.o). Not all calls have been "wrapped" so some programs
57 may not function correctly under bf(smbsh).
59 Programs which are not dynamically linked cannot make use of bf(smbsh)'s 
60 functionality. Most versions of UNIX have a bf(file) command that will describe how
61 a program was linked.
63 label(SEEALSO)
64 manpageseealso()
66 url(bf(smb.conf (5)))(smb.conf.5.html),
67 url(bf(smbd (8)))(smbd.8.html).
69 label(AUTHOR)
70 manpageauthor()
72 The original Samba software and related utilities were created by
73 Andrew Tridgell (samba@samba.org). Samba is now developed
74 by the Samba Team as an Open Source project similar to the way the
75 Linux kernel is developed.
77 The original Samba man pages were written by Karl Auer. The man page
78 sources were converted to YODL format (another excellent piece of Open
79 Source software, available at
80 url(bf(ftp://ftp.icce.rug.nl/pub/unix/))(ftp://ftp.icce.rug.nl/pub/unix/))
81 and updated for the Samba2.0 release by Jeremy Allison.
82 email(samba@samba.org).
84 See url(bf(samba (7)))(samba.7.html) to find out how to get a full
85 list of contributors and details on how to submit bug reports,
86 comments etc.