Doc updates from John + some minor fixes by me
[sfrench/samba-autobuild/.git] / docs / htmldocs / smbclient.1.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <HTML
3 ><HEAD
4 ><TITLE
5 >smbclient</TITLE
6 ><META
7 NAME="GENERATOR"
8 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"></HEAD
9 ><BODY
10 CLASS="REFENTRY"
11 BGCOLOR="#FFFFFF"
12 TEXT="#000000"
13 LINK="#0000FF"
14 VLINK="#840084"
15 ALINK="#0000FF"
16 ><H1
17 ><A
18 NAME="SMBCLIENT.1"
19 ></A
20 >smbclient</H1
21 ><DIV
22 CLASS="REFNAMEDIV"
23 ><A
24 NAME="AEN5"
25 ></A
26 ><H2
27 >Name</H2
28 >smbclient&nbsp;--&nbsp;ftp-like client to access SMB/CIFS resources 
29         on servers</DIV
30 ><DIV
31 CLASS="REFSYNOPSISDIV"
32 ><A
33 NAME="AEN8"
34 ></A
35 ><H2
36 >Synopsis</H2
37 ><P
38 ><B
39 CLASS="COMMAND"
40 >smbclient</B
41 >  {servicename} [password] [-b &#60;buffer size&#62;] [-d debuglevel] [-D Directory] [-U username] [-W workgroup] [-M &#60;netbios name&#62;] [-m maxprotocol] [-A authfile] [-N] [-l logfile] [-L &#60;netbios name&#62;] [-I destinationIP] [-E] [-c &#60;command string&#62;] [-i scope] [-O &#60;socket options&#62;] [-p port] [-R &#60;name resolve order&#62;] [-s &#60;smb config file&#62;] [-T&#60;c|x&#62;IXFqgbNan] [-k]</P
42 ></DIV
43 ><DIV
44 CLASS="REFSECT1"
45 ><A
46 NAME="AEN34"
47 ></A
48 ><H2
49 >DESCRIPTION</H2
50 ><P
51 >This tool is part of the <SPAN
52 CLASS="CITEREFENTRY"
53 ><SPAN
54 CLASS="REFENTRYTITLE"
55 >Samba</SPAN
56 >(7)</SPAN
57 > suite.</P
58 ><P
59 ><B
60 CLASS="COMMAND"
61 >smbclient</B
62 > is a client that can 
63         'talk' to an SMB/CIFS server. It offers an interface
64         similar to that of the ftp program (see <SPAN
65 CLASS="CITEREFENTRY"
66 ><SPAN
67 CLASS="REFENTRYTITLE"
68 >ftp</SPAN
69 >(1)</SPAN
70 >).  
71         Operations include things like getting files from the server 
72         to the local machine, putting files from the local machine to 
73         the server, retrieving directory information from the server 
74         and so on. </P
75 ></DIV
76 ><DIV
77 CLASS="REFSECT1"
78 ><A
79 NAME="AEN45"
80 ></A
81 ><H2
82 >OPTIONS</H2
83 ><P
84 ></P
85 ><DIV
86 CLASS="VARIABLELIST"
87 ><DL
88 ><DT
89 >servicename</DT
90 ><DD
91 ><P
92 >servicename is the name of the service 
93                 you want to use on the server. A service name takes the form
94                 <TT
95 CLASS="FILENAME"
96 >//server/service</TT
97 > where <VAR
98 CLASS="PARAMETER"
99 >server
100                 </VAR
101 > is the NetBIOS name of the SMB/CIFS server 
102                 offering the desired service and <VAR
103 CLASS="PARAMETER"
104 >service</VAR
105
106                 is the name of the service offered.  Thus to connect to 
107                 the service "printer" on the SMB/CIFS server "smbserver",
108                 you would use the servicename <TT
109 CLASS="FILENAME"
110 >//smbserver/printer
111                 </TT
112 ></P
113 ><P
114 >Note that the server name required is NOT necessarily 
115                 the IP (DNS) host name of the server !  The name required is 
116                 a NetBIOS server name, which may or may not be the
117                 same as the IP hostname of the machine running the server.
118                 </P
119 ><P
120 >The server name is looked up according to either 
121                 the <VAR
122 CLASS="PARAMETER"
123 >-R</VAR
124 > parameter to <B
125 CLASS="COMMAND"
126 >smbclient</B
127 > or 
128                 using the name resolve order parameter in 
129                 the <SPAN
130 CLASS="CITEREFENTRY"
131 ><SPAN
132 CLASS="REFENTRYTITLE"
133 >smb.conf</SPAN
134 >(5)</SPAN
135 > file, 
136                 allowing an administrator to change the order and methods 
137                 by which server names are looked up. </P
138 ></DD
139 ><DT
140 >password</DT
141 ><DD
142 ><P
143 >The password required to access the specified 
144                 service on the specified server. If this parameter is 
145                 supplied, the <VAR
146 CLASS="PARAMETER"
147 >-N</VAR
148 > option (suppress 
149                 password prompt) is assumed. </P
150 ><P
151 >There is no default password. If no password is supplied 
152                 on the command line (either by using this parameter or adding 
153                 a password to the <VAR
154 CLASS="PARAMETER"
155 >-U</VAR
156 > option (see 
157                 below)) and the <VAR
158 CLASS="PARAMETER"
159 >-N</VAR
160 > option is not 
161                 specified, the client will prompt for a password, even if 
162                 the desired service does not require one. (If no password is 
163                 required, simply press ENTER to provide a null password.)
164                 </P
165 ><P
166 >Note: Some servers (including OS/2 and Windows for 
167                 Workgroups) insist on an uppercase password. Lowercase 
168                 or mixed case passwords may be rejected by these servers.               
169                 </P
170 ><P
171 >Be cautious about including passwords in scripts.
172                 </P
173 ></DD
174 ><DT
175 >-s smb.conf</DT
176 ><DD
177 ><P
178 >Specifies the location of the all 
179                 important <SPAN
180 CLASS="CITEREFENTRY"
181 ><SPAN
182 CLASS="REFENTRYTITLE"
183 >smb.conf</SPAN
184 >(5)</SPAN
185 > file. </P
186 ></DD
187 ><DT
188 >-O socket options</DT
189 ><DD
190 ><P
191 >TCP socket options to set on the client 
192                 socket. See the socket options parameter in 
193                 the <SPAN
194 CLASS="CITEREFENTRY"
195 ><SPAN
196 CLASS="REFENTRYTITLE"
197 >smb.conf</SPAN
198 >(5)</SPAN
199 > manual page for the list of valid 
200                 options. </P
201 ></DD
202 ><DT
203 >-R &#60;name resolve order&#62;</DT
204 ><DD
205 ><P
206 >This option is used by the programs in the Samba 
207                 suite to determine what naming services and in what order to resolve 
208                 host names to IP addresses. The option takes a space-separated 
209                 string of different name resolution options.</P
210 ><P
211 >The options are :"lmhosts", "host", "wins" and "bcast". They 
212                 cause names to be resolved as follows:</P
213 ><P
214 ></P
215 ><UL
216 ><LI
217 ><P
218 ><CODE
219 CLASS="CONSTANT"
220 >lmhosts</CODE
221 >: Lookup an IP 
222                         address in the Samba lmhosts file. If the line in lmhosts has 
223                         no name type attached to the NetBIOS name (see 
224                         the <SPAN
225 CLASS="CITEREFENTRY"
226 ><SPAN
227 CLASS="REFENTRYTITLE"
228 >lmhosts</SPAN
229 >(5)</SPAN
230 > for details) then
231                         any name type matches for lookup.</P
232 ></LI
233 ><LI
234 ><P
235 ><CODE
236 CLASS="CONSTANT"
237 >host</CODE
238 >: Do a standard host 
239                         name to IP address resolution, using the system <TT
240 CLASS="FILENAME"
241 >/etc/hosts
242                         </TT
243 >, NIS, or DNS lookups. This method of name resolution 
244                         is operating system dependent, for instance on IRIX or Solaris this 
245                         may be controlled by the <TT
246 CLASS="FILENAME"
247 >/etc/nsswitch.conf</TT
248
249                         file).  Note that this method is only used if the NetBIOS name 
250                         type being queried is the 0x20 (server) name type, otherwise 
251                         it is ignored.</P
252 ></LI
253 ><LI
254 ><P
255 ><CODE
256 CLASS="CONSTANT"
257 >wins</CODE
258 >: Query a name with 
259                         the IP address listed in the <VAR
260 CLASS="PARAMETER"
261 >wins server</VAR
262 >
263                         parameter.  If no WINS server has
264                         been specified this method will be ignored.</P
265 ></LI
266 ><LI
267 ><P
268 ><CODE
269 CLASS="CONSTANT"
270 >bcast</CODE
271 >: Do a broadcast on 
272                         each of the known local interfaces listed in the 
273                         <VAR
274 CLASS="PARAMETER"
275 >interfaces</VAR
276 >
277                         parameter. This is the least reliable of the name resolution 
278                         methods as it depends on the target host being on a locally 
279                         connected subnet.</P
280 ></LI
281 ></UL
282 ><P
283 >If this parameter is not set then the name resolve order 
284                 defined in the <SPAN
285 CLASS="CITEREFENTRY"
286 ><SPAN
287 CLASS="REFENTRYTITLE"
288 >smb.conf</SPAN
289 >(5)</SPAN
290 > file parameter  
291                 (name resolve order) will be used. </P
292 ><P
293 >The default order is lmhosts, host, wins, bcast and without 
294                 this parameter or any entry in the <VAR
295 CLASS="PARAMETER"
296 >name resolve order
297                 </VAR
298 > parameter of the <SPAN
299 CLASS="CITEREFENTRY"
300 ><SPAN
301 CLASS="REFENTRYTITLE"
302 >smb.conf</SPAN
303 >(5)</SPAN
304 > file the name resolution
305                 methods will be attempted in this order. </P
306 ></DD
307 ><DT
308 >-M NetBIOS name</DT
309 ><DD
310 ><P
311 >This options allows you to send messages, using 
312                 the "WinPopup" protocol, to another computer. Once a connection is 
313                 established you then type your message, pressing ^D (control-D) to 
314                 end. </P
315 ><P
316 >If the receiving computer is running WinPopup the user will 
317                 receive the message and probably a beep. If they are not running 
318                 WinPopup the message will be lost, and no error message will 
319                 occur. </P
320 ><P
321 >The message is also automatically truncated if the message 
322                 is over 1600 bytes, as this is the limit of the protocol. 
323                 </P
324 ><P
325 >One useful trick is to cat the message through
326                 <B
327 CLASS="COMMAND"
328 >smbclient</B
329 >. For example: <B
330 CLASS="COMMAND"
331 >               cat mymessage.txt | smbclient -M FRED </B
332 > will 
333                 send the message in the file <TT
334 CLASS="FILENAME"
335 >mymessage.txt</TT
336
337                 to the machine FRED. </P
338 ><P
339 >You may also find the <VAR
340 CLASS="PARAMETER"
341 >-U</VAR
342 > and 
343                 <VAR
344 CLASS="PARAMETER"
345 >-I</VAR
346 > options useful, as they allow you to 
347                 control the FROM and TO parts of the message. </P
348 ><P
349 >See the <VAR
350 CLASS="PARAMETER"
351 >message command</VAR
352 > parameter in the <SPAN
353 CLASS="CITEREFENTRY"
354 ><SPAN
355 CLASS="REFENTRYTITLE"
356 >smb.conf</SPAN
357 >(5)</SPAN
358 > for a description of how to handle incoming 
359                 WinPopup messages in Samba. </P
360 ><P
361 ><SPAN
362 CLASS="emphasis"
363 ><I
364 CLASS="EMPHASIS"
365 >Note</I
366 ></SPAN
367 >: Copy WinPopup into the startup group 
368                 on your WfWg PCs if you want them to always be able to receive 
369                 messages. </P
370 ></DD
371 ><DT
372 >-i scope</DT
373 ><DD
374 ><P
375 >This specifies a NetBIOS scope that smbclient will 
376                 use to communicate with when generating NetBIOS names. For details 
377                 on the use of NetBIOS scopes, see <TT
378 CLASS="FILENAME"
379 >rfc1001.txt</TT
380
381                 and <TT
382 CLASS="FILENAME"
383 >rfc1002.txt</TT
384 >.
385                 NetBIOS scopes are <SPAN
386 CLASS="emphasis"
387 ><I
388 CLASS="EMPHASIS"
389 >very</I
390 ></SPAN
391 > rarely used, only set 
392                 this parameter if you are the system administrator in charge of all 
393                 the NetBIOS systems you communicate with. </P
394 ></DD
395 ><DT
396 >-N</DT
397 ><DD
398 ><P
399 >If specified, this parameter suppresses the normal 
400                 password prompt from the client to the user. This is useful when 
401                 accessing a service that does not require a password. </P
402 ><P
403 >Unless a password is specified on the command line or 
404                 this parameter is specified, the client will request a 
405                 password.</P
406 ></DD
407 ><DT
408 >-n NetBIOS name</DT
409 ><DD
410 ><P
411 >By default, the client will use the local 
412                 machine's hostname (in uppercase) as its NetBIOS name. This parameter 
413                 allows you to override the host name and use whatever NetBIOS 
414                 name you wish. </P
415 ></DD
416 ><DT
417 >-d debuglevel</DT
418 ><DD
419 ><P
420 ><VAR
421 CLASS="REPLACEABLE"
422 >debuglevel</VAR
423 > is an integer from 0 to 10, or 
424                 the letter 'A'. </P
425 ><P
426 >The default value if this parameter is not specified 
427                 is zero. </P
428 ><P
429 >The higher this value, the more detail will be logged to 
430                 the log files about the activities of the 
431                 client. At level 0, only critical errors and serious warnings will 
432                 be logged. Level 1 is a reasonable level for day to day running - 
433                 it generates a small amount of information about operations 
434                 carried out. </P
435 ><P
436 >Levels above 1 will generate considerable amounts of log 
437                 data, and should only be used when investigating a problem.
438                 Levels above 3 are designed for use only by developers and 
439                 generate HUGE amounts of log data, most of which is extremely 
440                 cryptic. If <VAR
441 CLASS="REPLACEABLE"
442 >debuglevel</VAR
443 > is set to the letter 'A', then <SPAN
444 CLASS="emphasis"
445 ><I
446 CLASS="EMPHASIS"
447 >all
448                 </I
449 ></SPAN
450 >  debug messages will be printed. This setting
451                 is for developers only (and people who <SPAN
452 CLASS="emphasis"
453 ><I
454 CLASS="EMPHASIS"
455 >really</I
456 ></SPAN
457 > want 
458                 to know how the code works internally). </P
459 ><P
460 >Note that specifying this parameter here will override
461                 the log level parameter in the <TT
462 CLASS="FILENAME"
463 >smb.conf (5)</TT
464
465                 file. </P
466 ></DD
467 ><DT
468 >-p port</DT
469 ><DD
470 ><P
471 >This number is the TCP port number that will be used 
472                 when making connections to the server. The standard (well-known)
473                 TCP port number for an SMB/CIFS server is 139, which is the 
474                 default. </P
475 ></DD
476 ><DT
477 >-l logfilename</DT
478 ><DD
479 ><P
480 >If specified, <VAR
481 CLASS="REPLACEABLE"
482 >logfilename</VAR
483 > specifies a base filename 
484                 into which operational data from the running client will be 
485                 logged. </P
486 ><P
487 >The default base name is specified at compile time.</P
488 ><P
489 >The base name is used to generate actual log file names.
490                 For example, if the name specified was "log", the debug file 
491                 would be <TT
492 CLASS="FILENAME"
493 >log.client</TT
494 >.</P
495 ><P
496 >The log file generated is never removed by the client.                 
497                 </P
498 ></DD
499 ><DT
500 >-h</DT
501 ><DD
502 ><P
503 >Print the usage message for the client. </P
504 ></DD
505 ><DT
506 >-I IP-address</DT
507 ><DD
508 ><P
509 ><VAR
510 CLASS="REPLACEABLE"
511 >IP address</VAR
512 > is the address of the server to connect to. 
513                 It should be specified in standard "a.b.c.d" notation. </P
514 ><P
515 >Normally the client would attempt to locate a named 
516                 SMB/CIFS server by looking it up via the NetBIOS name resolution 
517                 mechanism described above in the <VAR
518 CLASS="PARAMETER"
519 >name resolve order</VAR
520
521                 parameter above. Using this parameter will force the client
522                 to assume that the server is on the machine with the specified IP 
523                 address and the NetBIOS name component of the resource being 
524                 connected to will be ignored. </P
525 ><P
526 >There is no default for this parameter. If not supplied, 
527                 it will be determined automatically by the client as described 
528                 above. </P
529 ></DD
530 ><DT
531 >-E</DT
532 ><DD
533 ><P
534 >This parameter causes the client to write messages 
535                 to the standard error stream (stderr) rather than to the standard 
536                 output stream. </P
537 ><P
538 >By default, the client writes messages to standard output 
539                 - typically the user's tty. </P
540 ></DD
541 ><DT
542 >-U username[%pass]</DT
543 ><DD
544 ><P
545 >Sets the SMB username or username and password. 
546                 If %pass is not specified, The user will be prompted. The client 
547                 will first check the <VAR
548 CLASS="ENVAR"
549 >USER</VAR
550 > environment variable, then the 
551                 <VAR
552 CLASS="ENVAR"
553 >LOGNAME</VAR
554 > variable and if either exists, the 
555                 string is uppercased. Anything in these variables following a '%' 
556                 sign will be treated as the password. If these environment 
557                 variables are not found, the username <CODE
558 CLASS="CONSTANT"
559 >GUEST</CODE
560
561                 is used. </P
562 ><P
563 >If the password is not included in these environment
564                 variables (using the %pass syntax), <B
565 CLASS="COMMAND"
566 >smbclient</B
567 > will look for 
568                 a <VAR
569 CLASS="ENVAR"
570 >PASSWD</VAR
571 > environment variable from which 
572                 to read the password. </P
573 ><P
574 >A third option is to use a credentials file which 
575                 contains the plaintext of the domain name, username and password.  This 
576                 option is mainly provided for scripts where the admin doesn't 
577                 wish to pass the credentials on the command line or via environment 
578                 variables. If this method is used, make certain that the permissions 
579                 on the file restrict access from unwanted users.  See the 
580                 <VAR
581 CLASS="PARAMETER"
582 >-A</VAR
583 > for more details. </P
584 ><P
585 >Be cautious about including passwords in scripts or in 
586                 the <VAR
587 CLASS="ENVAR"
588 >PASSWD</VAR
589 > environment variable. Also, on 
590                 many systems the command line of a running process may be seen 
591                 via the <B
592 CLASS="COMMAND"
593 >ps</B
594 > command to be safe always allow 
595                 <B
596 CLASS="COMMAND"
597 >smbclient</B
598 > to prompt for a password and type 
599                 it in directly. </P
600 ></DD
601 ><DT
602 >-A filename</DT
603 ><DD
604 ><P
605 >This option allows 
606                 you to specify a file from which to read the username, domain name, and 
607                 password used in the connection.  The format of the file is 
608                 </P
609 ><P
610 ><PRE
611 CLASS="PROGRAMLISTING"
612 >username = &#60;value&#62; 
613 password = &#60;value&#62;
614 domain = &#60;value&#62;</PRE
615 ></P
616 ><P
617 >If the domain parameter is missing the current workgroup name
618                 is used instead. Make certain that the permissions on the file restrict 
619                 access from unwanted users. </P
620 ></DD
621 ><DT
622 >-L</DT
623 ><DD
624 ><P
625 >This option allows you to look at what services 
626                 are available on a server. You use it as <B
627 CLASS="COMMAND"
628 >smbclient -L 
629                 host</B
630 > and a list should appear.  The <VAR
631 CLASS="PARAMETER"
632 >-I
633                 </VAR
634 > option may be useful if your NetBIOS names don't 
635                 match your TCP/IP DNS host names or if you are trying to reach a 
636                 host on another network. </P
637 ></DD
638 ><DT
639 >-t terminal code</DT
640 ><DD
641 ><P
642 >This option tells <B
643 CLASS="COMMAND"
644 >smbclient</B
645 > how to interpret 
646                 filenames coming from the remote server. Usually Asian language 
647                 multibyte UNIX implementations use different character sets than 
648                 SMB/CIFS servers (<SPAN
649 CLASS="emphasis"
650 ><I
651 CLASS="EMPHASIS"
652 >EUC</I
653 ></SPAN
654 > instead of <SPAN
655 CLASS="emphasis"
656 ><I
657 CLASS="EMPHASIS"
658 >               SJIS</I
659 ></SPAN
660 > for example). Setting this parameter will let 
661                 <B
662 CLASS="COMMAND"
663 >smbclient</B
664 > convert between the UNIX filenames and 
665                 the SMB filenames correctly. This option has not been seriously tested 
666                 and may have some problems. </P
667 ><P
668 >The terminal codes include CWsjis, CWeuc, CWjis7, CWjis8,
669                 CWjunet, CWhex, CWcap. This is not a complete list, check the Samba 
670                 source code for the complete list. </P
671 ></DD
672 ><DT
673 >-b buffersize</DT
674 ><DD
675 ><P
676 >This option changes the transmit/send buffer 
677                 size when getting or putting a file from/to the server. The default 
678                 is 65520 bytes. Setting this value smaller (to 1200 bytes) has been 
679                 observed to speed up file transfers to and from a Win9x server. 
680                 </P
681 ></DD
682 ><DT
683 >-W WORKGROUP</DT
684 ><DD
685 ><P
686 >Override the default workgroup (domain) specified
687                 in the workgroup parameter of the <SPAN
688 CLASS="CITEREFENTRY"
689 ><SPAN
690 CLASS="REFENTRYTITLE"
691 >smb.conf</SPAN
692 >(5)</SPAN
693 >       file for this connection. This may be 
694                 needed to connect to some servers. </P
695 ></DD
696 ><DT
697 >-T tar options</DT
698 ><DD
699 ><P
700 >smbclient may be used to create <B
701 CLASS="COMMAND"
702 >tar(1)
703                 </B
704 > compatible backups of all the files on an SMB/CIFS
705                 share. The secondary tar flags that can be given to this option 
706                 are : </P
707 ><P
708 ></P
709 ><UL
710 ><LI
711 ><P
712 ><VAR
713 CLASS="PARAMETER"
714 >c</VAR
715 > - Create a tar file on UNIX. 
716                         Must be followed by the name of a tar file, tape device
717                         or "-" for standard output. If using standard output you must 
718                         turn the log level to its lowest value -d0 to avoid corrupting 
719                         your tar file. This flag is mutually exclusive with the 
720                         <VAR
721 CLASS="PARAMETER"
722 >x</VAR
723 > flag. </P
724 ></LI
725 ><LI
726 ><P
727 ><VAR
728 CLASS="PARAMETER"
729 >x</VAR
730 > - Extract (restore) a local 
731                         tar file back to a share. Unless the -D option is given, the tar 
732                         files will be restored from the top level of the share. Must be 
733                         followed by the name of the tar file, device or "-" for standard 
734                         input. Mutually exclusive with the <VAR
735 CLASS="PARAMETER"
736 >c</VAR
737 > flag. 
738                         Restored files have their creation times (mtime) set to the
739                         date saved in the tar file. Directories currently do not get 
740                         their creation dates restored properly. </P
741 ></LI
742 ><LI
743 ><P
744 ><VAR
745 CLASS="PARAMETER"
746 >I</VAR
747 > - Include files and directories. 
748                         Is the default behavior when filenames are specified above. Causes 
749                         tar files to be included in an extract or create (and therefore 
750                         everything else to be excluded). See example below.  Filename globbing 
751                         works  in one of two ways.  See r below. </P
752 ></LI
753 ><LI
754 ><P
755 ><VAR
756 CLASS="PARAMETER"
757 >X</VAR
758 > - Exclude files and directories. 
759                         Causes tar files to be excluded from an extract or create. See 
760                         example below.  Filename globbing works in one of two ways now. 
761                         See <VAR
762 CLASS="PARAMETER"
763 >r</VAR
764 > below. </P
765 ></LI
766 ><LI
767 ><P
768 ><VAR
769 CLASS="PARAMETER"
770 >b</VAR
771 > - Blocksize. Must be followed 
772                         by a valid (greater than zero) blocksize.  Causes tar file to be 
773                         written out in blocksize*TBLOCK (usually 512 byte) blocks. 
774                         </P
775 ></LI
776 ><LI
777 ><P
778 ><VAR
779 CLASS="PARAMETER"
780 >g</VAR
781 > - Incremental. Only back up 
782                         files that have the archive bit set. Useful only with the 
783                         <VAR
784 CLASS="PARAMETER"
785 >c</VAR
786 > flag. </P
787 ></LI
788 ><LI
789 ><P
790 ><VAR
791 CLASS="PARAMETER"
792 >q</VAR
793 > - Quiet. Keeps tar from printing 
794                         diagnostics as it works.  This is the same as tarmode quiet. 
795                         </P
796 ></LI
797 ><LI
798 ><P
799 ><VAR
800 CLASS="PARAMETER"
801 >r</VAR
802 > - Regular expression include
803                         or exclude.  Uses regular  expression matching for 
804                         excluding or excluding files if  compiled with HAVE_REGEX_H. 
805                         However this mode can be very slow. If  not compiled with 
806                         HAVE_REGEX_H, does a limited wildcard match on '*' and  '?'. 
807                         </P
808 ></LI
809 ><LI
810 ><P
811 ><VAR
812 CLASS="PARAMETER"
813 >N</VAR
814 > - Newer than. Must be followed 
815                         by the name of a file whose date is compared against files found 
816                         on the share during a create. Only files newer than the file 
817                         specified are backed up to the tar file. Useful only with the 
818                         <VAR
819 CLASS="PARAMETER"
820 >c</VAR
821 > flag. </P
822 ></LI
823 ><LI
824 ><P
825 ><VAR
826 CLASS="PARAMETER"
827 >a</VAR
828 > - Set archive bit. Causes the 
829                         archive bit to be reset when a file is backed up. Useful with the 
830                         <VAR
831 CLASS="PARAMETER"
832 >g</VAR
833 > and <VAR
834 CLASS="PARAMETER"
835 >c</VAR
836 > flags. 
837                         </P
838 ></LI
839 ></UL
840 ><P
841 ><SPAN
842 CLASS="emphasis"
843 ><I
844 CLASS="EMPHASIS"
845 >Tar Long File Names</I
846 ></SPAN
847 ></P
848 ><P
849 ><B
850 CLASS="COMMAND"
851 >smbclient</B
852 >'s tar option now supports long 
853                 file names both on backup and restore. However, the full path 
854                 name of the file must be less than 1024 bytes.  Also, when
855                 a tar archive is created, <B
856 CLASS="COMMAND"
857 >smbclient</B
858 >'s tar option places all 
859                 files in the archive with relative names, not absolute names. 
860                 </P
861 ><P
862 ><SPAN
863 CLASS="emphasis"
864 ><I
865 CLASS="EMPHASIS"
866 >Tar Filenames</I
867 ></SPAN
868 ></P
869 ><P
870 >All file names can be given as DOS path names (with '\\' 
871                 as the component separator) or as UNIX path names (with '/' as 
872                 the component separator). </P
873 ><P
874 ><SPAN
875 CLASS="emphasis"
876 ><I
877 CLASS="EMPHASIS"
878 >Examples</I
879 ></SPAN
880 ></P
881 ><P
882 >Restore from tar file <TT
883 CLASS="FILENAME"
884 >backup.tar</TT
885 > into myshare on mypc 
886                 (no password on share). </P
887 ><P
888 ><B
889 CLASS="COMMAND"
890 >smbclient //mypc/yshare "" -N -Tx backup.tar
891                 </B
892 ></P
893 ><P
894 >Restore everything except <TT
895 CLASS="FILENAME"
896 >users/docs</TT
897 >
898                 </P
899 ><P
900 ><B
901 CLASS="COMMAND"
902 >smbclient //mypc/myshare "" -N -TXx backup.tar 
903                 users/docs</B
904 ></P
905 ><P
906 >Create a tar file of the files beneath <TT
907 CLASS="FILENAME"
908 >               users/docs</TT
909 >. </P
910 ><P
911 ><B
912 CLASS="COMMAND"
913 >smbclient //mypc/myshare "" -N -Tc
914                 backup.tar users/docs </B
915 ></P
916 ><P
917 >Create the same tar file as above, but now use 
918                 a DOS path name. </P
919 ><P
920 ><B
921 CLASS="COMMAND"
922 >smbclient //mypc/myshare "" -N -tc backup.tar 
923                 users\edocs </B
924 ></P
925 ><P
926 >Create a tar file of all the files and directories in 
927                 the share. </P
928 ><P
929 ><B
930 CLASS="COMMAND"
931 >smbclient //mypc/myshare "" -N -Tc backup.tar *
932                 </B
933 ></P
934 ></DD
935 ><DT
936 >-D initial directory</DT
937 ><DD
938 ><P
939 >Change to initial directory before starting. Probably 
940                 only of any use with the tar -T option. </P
941 ></DD
942 ><DT
943 >-c command string</DT
944 ><DD
945 ><P
946 >command string is a semicolon-separated list of 
947                 commands to be executed instead of prompting from stdin. <VAR
948 CLASS="PARAMETER"
949 >               -N</VAR
950 > is implied by <VAR
951 CLASS="PARAMETER"
952 >-c</VAR
953 >.</P
954 ><P
955 >This is particularly useful in scripts and for printing stdin 
956                 to the server, e.g. <B
957 CLASS="COMMAND"
958 >-c 'print -'</B
959 >. </P
960 ></DD
961 ><DT
962 >-k</DT
963 ><DD
964 ><P
965 >               Try to authenticate with kerberos. Only useful in 
966                 an Active Directory environment.
967                 </P
968 ></DD
969 ></DL
970 ></DIV
971 ></DIV
972 ><DIV
973 CLASS="REFSECT1"
974 ><A
975 NAME="AEN336"
976 ></A
977 ><H2
978 >OPERATIONS</H2
979 ><P
980 >Once the client is running, the user is presented with 
981         a prompt : </P
982 ><P
983 ><SAMP
984 CLASS="PROMPT"
985 >smb:\&#62; </SAMP
986 ></P
987 ><P
988 >The backslash ("\\") indicates the current working directory 
989         on the server, and will change if the current working directory 
990         is changed. </P
991 ><P
992 >The prompt indicates that the client is ready and waiting to 
993         carry out a user command. Each command is a single word, optionally 
994         followed by parameters specific to that command. Command and parameters 
995         are space-delimited unless these notes specifically
996         state otherwise. All commands are case-insensitive.  Parameters to 
997         commands may or may not be case sensitive, depending on the command. 
998         </P
999 ><P
1000 >You can specify file names which have spaces in them by quoting 
1001         the name with double quotes, for example "a long file name". </P
1002 ><P
1003 >Parameters shown in square brackets (e.g., "[parameter]") are 
1004         optional.  If not given, the command will use suitable defaults. Parameters 
1005         shown in angle brackets (e.g., "&#60;parameter&#62;") are required.
1006         </P
1007 ><P
1008 >Note that all commands operating on the server are actually 
1009         performed by issuing a request to the server. Thus the behavior may 
1010         vary from server to server, depending on how the server was implemented. 
1011         </P
1012 ><P
1013 >The commands available are given here in alphabetical order. </P
1014 ><P
1015 ></P
1016 ><DIV
1017 CLASS="VARIABLELIST"
1018 ><DL
1019 ><DT
1020 >? [command]</DT
1021 ><DD
1022 ><P
1023 >If <VAR
1024 CLASS="REPLACEABLE"
1025 >command</VAR
1026 > is specified, the ? command will display 
1027                 a brief informative message about the specified command.  If no 
1028                 command is specified, a list of available commands will
1029                 be displayed. </P
1030 ></DD
1031 ><DT
1032 >! [shell command]</DT
1033 ><DD
1034 ><P
1035 >If <VAR
1036 CLASS="REPLACEABLE"
1037 >shell command</VAR
1038 > is specified, the !  
1039                 command will execute a shell locally and run the specified shell 
1040                 command. If no command is specified, a local shell will be run. 
1041                 </P
1042 ></DD
1043 ><DT
1044 >altname file</DT
1045 ><DD
1046 ><P
1047 >The client will request that the server return
1048                 the "alternate" name (the 8.3 name) for a file or directory.
1049                 </P
1050 ></DD
1051 ><DT
1052 >cancel jobid0 [jobid1] ... [jobidN]</DT
1053 ><DD
1054 ><P
1055 >The client will request that the server cancel
1056                 the printjobs identified by the given numeric print job ids.
1057                 </P
1058 ></DD
1059 ><DT
1060 >chmod file mode in octal</DT
1061 ><DD
1062 ><P
1063 >This command depends on the server supporting the CIFS
1064                 UNIX extensions and will fail if the server does not. The client requests that the server
1065                 change the UNIX permissions to the given octal mode, in standard UNIX format.
1066                 </P
1067 ></DD
1068 ><DT
1069 >chown file uid gid</DT
1070 ><DD
1071 ><P
1072 >This command depends on the server supporting the CIFS
1073                 UNIX extensions and will fail if the server does not. The client requests that the server
1074                 change the UNIX user and group ownership to the given decimal values. Note there is
1075                 currently no way to remotely look up the UNIX uid and gid values for a given name.
1076                 This may be addressed in future versions of the CIFS UNIX extensions.
1077                 </P
1078 ></DD
1079 ><DT
1080 >cd [directory name]</DT
1081 ><DD
1082 ><P
1083 >If "directory name" is specified, the current 
1084                 working directory on the server will be changed to the directory 
1085                 specified. This operation will fail if for any reason the specified 
1086                 directory is inaccessible. </P
1087 ><P
1088 >If no directory name is specified, the current working 
1089                 directory on the server will be reported. </P
1090 ></DD
1091 ><DT
1092 >del &#60;mask&#62;</DT
1093 ><DD
1094 ><P
1095 >The client will request that the server attempt 
1096                 to delete all files matching <VAR
1097 CLASS="REPLACEABLE"
1098 >mask</VAR
1099 > from the current working 
1100                 directory on the server. </P
1101 ></DD
1102 ><DT
1103 >dir &#60;mask&#62;</DT
1104 ><DD
1105 ><P
1106 >A list of the files matching <VAR
1107 CLASS="REPLACEABLE"
1108 >mask</VAR
1109 > in the current 
1110                 working directory on the server will be retrieved from the server 
1111                 and displayed. </P
1112 ></DD
1113 ><DT
1114 >exit</DT
1115 ><DD
1116 ><P
1117 >Terminate the connection with the server and exit 
1118                 from the program. </P
1119 ></DD
1120 ><DT
1121 >get &#60;remote file name&#62; [local file name]</DT
1122 ><DD
1123 ><P
1124 >Copy the file called <TT
1125 CLASS="FILENAME"
1126 >remote file name</TT
1127 > from 
1128                 the server to the machine running the client. If specified, name 
1129                 the local copy <TT
1130 CLASS="FILENAME"
1131 >local file name</TT
1132 >.  Note that all transfers in 
1133                 <B
1134 CLASS="COMMAND"
1135 >smbclient</B
1136 > are binary. See also the 
1137                 lowercase command. </P
1138 ></DD
1139 ><DT
1140 >help [command]</DT
1141 ><DD
1142 ><P
1143 >See the ? command above. </P
1144 ></DD
1145 ><DT
1146 >lcd [directory name]</DT
1147 ><DD
1148 ><P
1149 >If <VAR
1150 CLASS="REPLACEABLE"
1151 >directory name</VAR
1152 > is specified, the current 
1153                 working directory on the local machine will be changed to 
1154                 the directory specified. This operation will fail if for any 
1155                 reason the specified directory is inaccessible. </P
1156 ><P
1157 >If no directory name is specified, the name of the 
1158                 current working directory on the local machine will be reported. 
1159                 </P
1160 ></DD
1161 ><DT
1162 >link source destination</DT
1163 ><DD
1164 ><P
1165 >This command depends on the server supporting the CIFS
1166                 UNIX extensions and will fail if the server does not. The client requests that the server
1167                 create a hard link between the source and destination files. The source file
1168                 must not exist.
1169                 </P
1170 ></DD
1171 ><DT
1172 >lowercase</DT
1173 ><DD
1174 ><P
1175 >Toggle lowercasing of filenames for the get and 
1176                 mget commands. </P
1177 ><P
1178 >When lowercasing is toggled ON, local filenames are converted 
1179                 to lowercase when using the get and mget commands. This is
1180                 often useful when copying (say) MSDOS files from a server, because 
1181                 lowercase filenames are the norm on UNIX systems. </P
1182 ></DD
1183 ><DT
1184 >ls &#60;mask&#62;</DT
1185 ><DD
1186 ><P
1187 >See the dir command above. </P
1188 ></DD
1189 ><DT
1190 >mask &#60;mask&#62;</DT
1191 ><DD
1192 ><P
1193 >This command allows the user to set up a mask 
1194                 which will be used during recursive operation of the mget and 
1195                 mput commands. </P
1196 ><P
1197 >The masks specified to the mget and mput commands act as 
1198                 filters for directories rather than files when recursion is 
1199                 toggled ON. </P
1200 ><P
1201 >The mask specified with the mask command is necessary 
1202                 to filter files within those directories. For example, if the
1203                 mask specified in an mget command is "source*" and the mask 
1204                 specified with the mask command is "*.c" and recursion is 
1205                 toggled ON, the mget command will retrieve all files matching 
1206                 "*.c" in all directories below and including all directories 
1207                 matching "source*" in the current working directory. </P
1208 ><P
1209 >Note that the value for mask defaults to blank (equivalent 
1210                 to "*") and remains so until the mask command is used to change it. 
1211                 It retains the most recently specified value indefinitely. To 
1212                 avoid unexpected results it would be wise to change the value of 
1213                 mask back to "*" after using the mget or mput commands. </P
1214 ></DD
1215 ><DT
1216 >md &#60;directory name&#62;</DT
1217 ><DD
1218 ><P
1219 >See the mkdir command. </P
1220 ></DD
1221 ><DT
1222 >mget &#60;mask&#62;</DT
1223 ><DD
1224 ><P
1225 >Copy all files matching <VAR
1226 CLASS="REPLACEABLE"
1227 >mask</VAR
1228 > from the server to 
1229                 the machine running the client. </P
1230 ><P
1231 >Note that <VAR
1232 CLASS="REPLACEABLE"
1233 >mask</VAR
1234 > is interpreted differently during recursive 
1235                 operation and non-recursive operation - refer to the recurse and 
1236                 mask commands for more information. Note that all transfers in 
1237                 <B
1238 CLASS="COMMAND"
1239 >smbclient</B
1240 > are binary. See also the lowercase command. </P
1241 ></DD
1242 ><DT
1243 >mkdir &#60;directory name&#62;</DT
1244 ><DD
1245 ><P
1246 >Create a new directory on the server (user access 
1247                 privileges permitting) with the specified name. </P
1248 ></DD
1249 ><DT
1250 >mput &#60;mask&#62;</DT
1251 ><DD
1252 ><P
1253 >Copy all files matching <VAR
1254 CLASS="REPLACEABLE"
1255 >mask</VAR
1256 > in the current working 
1257                 directory on the local machine to the current working directory on 
1258                 the server. </P
1259 ><P
1260 >Note that <VAR
1261 CLASS="REPLACEABLE"
1262 >mask</VAR
1263 > is interpreted differently during recursive 
1264                 operation and non-recursive operation - refer to the recurse and mask 
1265                 commands for more information. Note that all transfers in <B
1266 CLASS="COMMAND"
1267 >smbclient</B
1268
1269                 are binary. </P
1270 ></DD
1271 ><DT
1272 >print &#60;file name&#62;</DT
1273 ><DD
1274 ><P
1275 >Print the specified file from the local machine 
1276                 through a printable service on the server. </P
1277 ><P
1278 >See also the printmode command.</P
1279 ></DD
1280 ><DT
1281 >printmode &#60;graphics or text&#62;</DT
1282 ><DD
1283 ><P
1284 >Set the print mode to suit either binary data 
1285                 (such as graphical information) or text. Subsequent print
1286                 commands will use the currently set print mode. </P
1287 ></DD
1288 ><DT
1289 >prompt</DT
1290 ><DD
1291 ><P
1292 >Toggle prompting for filenames during operation 
1293                 of the mget and mput commands. </P
1294 ><P
1295 >When toggled ON, the user will be prompted to confirm 
1296                 the transfer of each file during these commands. When toggled 
1297                 OFF, all specified files will be transferred without prompting. 
1298                 </P
1299 ></DD
1300 ><DT
1301 >put &#60;local file name&#62; [remote file name]</DT
1302 ><DD
1303 ><P
1304 >Copy the file called <TT
1305 CLASS="FILENAME"
1306 >local file name</TT
1307 > from the 
1308                 machine running the client to the server. If specified,
1309                 name the remote copy <TT
1310 CLASS="FILENAME"
1311 >remote file name</TT
1312 >. Note that all transfers 
1313                 in <B
1314 CLASS="COMMAND"
1315 >smbclient</B
1316 > are binary. See also the lowercase command. 
1317                 </P
1318 ></DD
1319 ><DT
1320 >queue</DT
1321 ><DD
1322 ><P
1323 >Displays the print queue, showing the job id, 
1324                 name, size and current status. </P
1325 ></DD
1326 ><DT
1327 >quit</DT
1328 ><DD
1329 ><P
1330 >See the exit command. </P
1331 ></DD
1332 ><DT
1333 >rd &#60;directory name&#62;</DT
1334 ><DD
1335 ><P
1336 >See the rmdir command. </P
1337 ></DD
1338 ><DT
1339 >recurse</DT
1340 ><DD
1341 ><P
1342 >Toggle directory recursion for the commands mget 
1343                 and mput. </P
1344 ><P
1345 >When toggled ON, these commands will process all directories 
1346                 in the source directory (i.e., the directory they are copying
1347                 from ) and will recurse into any that match the mask specified 
1348                 to the command. Only files that match the mask specified using 
1349                 the mask command will be retrieved. See also the mask command. 
1350                 </P
1351 ><P
1352 >When recursion is toggled OFF, only files from the current 
1353                 working directory on the source machine that match the mask specified 
1354                 to the mget or mput commands will be copied, and any mask specified 
1355                 using the mask command will be ignored. </P
1356 ></DD
1357 ><DT
1358 >rm &#60;mask&#62;</DT
1359 ><DD
1360 ><P
1361 >Remove all files matching <VAR
1362 CLASS="REPLACEABLE"
1363 >mask</VAR
1364 > from the current 
1365                 working directory on the server. </P
1366 ></DD
1367 ><DT
1368 >rmdir &#60;directory name&#62;</DT
1369 ><DD
1370 ><P
1371 >Remove the specified directory (user access 
1372                 privileges permitting) from the server. </P
1373 ></DD
1374 ><DT
1375 >setmode &#60;filename&#62; &#60;perm=[+|\-]rsha&#62;</DT
1376 ><DD
1377 ><P
1378 >A version of the DOS attrib command to set 
1379                 file permissions. For example: </P
1380 ><P
1381 ><B
1382 CLASS="COMMAND"
1383 >setmode myfile +r </B
1384 ></P
1385 ><P
1386 >would make myfile read only. </P
1387 ></DD
1388 ><DT
1389 >symlink source destination</DT
1390 ><DD
1391 ><P
1392 >This command depends on the server supporting the CIFS
1393                 UNIX extensions and will fail if the server does not. The client requests that the server
1394                 create a symbolic hard link between the source and destination files. The source file
1395                 must not exist. Note that the server will not create a link to any path that lies 
1396                 outside the currently connected share. This is enforced by the Samba server.
1397                 </P
1398 ></DD
1399 ><DT
1400 >tar &#60;c|x&#62;[IXbgNa]</DT
1401 ><DD
1402 ><P
1403 >Performs a tar operation - see the <VAR
1404 CLASS="PARAMETER"
1405 >-T
1406                 </VAR
1407 > command line option above. Behavior may be affected 
1408                 by the tarmode command (see below). Using g (incremental) and N 
1409                 (newer) will affect tarmode settings. Note that using the "-" option 
1410                 with tar x may not work - use the command line option instead. 
1411                 </P
1412 ></DD
1413 ><DT
1414 >blocksize &#60;blocksize&#62;</DT
1415 ><DD
1416 ><P
1417 >Blocksize. Must be followed by a valid (greater 
1418                 than zero) blocksize. Causes tar file to be written out in 
1419                 <VAR
1420 CLASS="REPLACEABLE"
1421 >blocksize</VAR
1422 >*TBLOCK (usually 512 byte) blocks. </P
1423 ></DD
1424 ><DT
1425 >tarmode &#60;full|inc|reset|noreset&#62;</DT
1426 ><DD
1427 ><P
1428 >Changes tar's behavior with regard to archive 
1429                 bits. In full mode, tar will back up everything regardless of the 
1430                 archive bit setting (this is the default mode). In incremental mode, 
1431                 tar will only back up files with the archive bit set. In reset mode, 
1432                 tar will reset the archive bit on all files it backs up (implies 
1433                 read/write share). </P
1434 ></DD
1435 ></DL
1436 ></DIV
1437 ></DIV
1438 ><DIV
1439 CLASS="REFSECT1"
1440 ><A
1441 NAME="AEN527"
1442 ></A
1443 ><H2
1444 >NOTES</H2
1445 ><P
1446 >Some servers are fussy about the case of supplied usernames, 
1447         passwords, share names (AKA service names) and machine names. 
1448         If you fail to connect try giving all parameters in uppercase. 
1449         </P
1450 ><P
1451 >It is often necessary to use the -n option when connecting 
1452         to some types of servers. For example OS/2 LanManager insists 
1453         on a valid NetBIOS name being used, so you need to supply a valid 
1454         name that would be known to the server.</P
1455 ><P
1456 >smbclient supports long file names where the server 
1457         supports the LANMAN2 protocol or above. </P
1458 ></DIV
1459 ><DIV
1460 CLASS="REFSECT1"
1461 ><A
1462 NAME="AEN532"
1463 ></A
1464 ><H2
1465 >ENVIRONMENT VARIABLES</H2
1466 ><P
1467 >The variable <VAR
1468 CLASS="ENVAR"
1469 >USER</VAR
1470 > may contain the 
1471         username of the person  using the client. This information is 
1472         used only if the protocol  level is high enough to support 
1473         session-level passwords.</P
1474 ><P
1475 >The variable <VAR
1476 CLASS="ENVAR"
1477 >PASSWD</VAR
1478 > may contain 
1479         the password of the person using the client.  This information is 
1480         used only if the protocol level is high enough to support 
1481         session-level passwords. </P
1482 ><P
1483 >The variable <VAR
1484 CLASS="ENVAR"
1485 >LIBSMB_PROG</VAR
1486 > may contain 
1487         the path, executed with system(), which the client should connect 
1488         to instead of connecting to a server.  This functionality is primarily
1489         intended as a development aid, and works best when using a LMHOSTS 
1490         file</P
1491 ></DIV
1492 ><DIV
1493 CLASS="REFSECT1"
1494 ><A
1495 NAME="AEN540"
1496 ></A
1497 ><H2
1498 >INSTALLATION</H2
1499 ><P
1500 >The location of the client program is a matter for 
1501         individual system administrators. The following are thus
1502         suggestions only. </P
1503 ><P
1504 >It is recommended that the smbclient software be installed
1505         in the <TT
1506 CLASS="FILENAME"
1507 >/usr/local/samba/bin/</TT
1508 > or <TT
1509 CLASS="FILENAME"
1510 >       /usr/samba/bin/</TT
1511 > directory, this directory readable 
1512         by all, writeable only by root. The client program itself should 
1513         be executable by all. The client should <SPAN
1514 CLASS="emphasis"
1515 ><I
1516 CLASS="EMPHASIS"
1517 >NOT</I
1518 ></SPAN
1519 > be 
1520         setuid or setgid! </P
1521 ><P
1522 >The client log files should be put in a directory readable 
1523         and writeable only by the user. </P
1524 ><P
1525 >To test the client, you will need to know the name of a 
1526         running SMB/CIFS server. It is possible to run <SPAN
1527 CLASS="CITEREFENTRY"
1528 ><SPAN
1529 CLASS="REFENTRYTITLE"
1530 >smbd</SPAN
1531 >(8)</SPAN
1532 > as an ordinary user - running that server as a daemon 
1533         on a user-accessible port (typically any port number over 1024)
1534         would provide a suitable test server. </P
1535 ></DIV
1536 ><DIV
1537 CLASS="REFSECT1"
1538 ><A
1539 NAME="AEN552"
1540 ></A
1541 ><H2
1542 >DIAGNOSTICS</H2
1543 ><P
1544 >Most diagnostics issued by the client are logged in a 
1545         specified log file. The log file name is specified at compile time, 
1546         but may be overridden on the command line. </P
1547 ><P
1548 >The number and nature of diagnostics available depends 
1549         on the debug level used by the client. If you have problems, 
1550         set the debug level to 3 and peruse the log files. </P
1551 ></DIV
1552 ><DIV
1553 CLASS="REFSECT1"
1554 ><A
1555 NAME="AEN556"
1556 ></A
1557 ><H2
1558 >VERSION</H2
1559 ><P
1560 >This man page is correct for version 2.2 of the Samba suite.</P
1561 ></DIV
1562 ><DIV
1563 CLASS="REFSECT1"
1564 ><A
1565 NAME="AEN559"
1566 ></A
1567 ><H2
1568 >AUTHOR</H2
1569 ><P
1570 >The original Samba software and related utilities 
1571         were created by Andrew Tridgell. Samba is now developed
1572         by the Samba Team as an Open Source project similar 
1573         to the way the Linux kernel is developed.</P
1574 ><P
1575 >The original Samba man pages were written by Karl Auer. 
1576         The man page sources were converted to YODL format (another 
1577         excellent piece of Open Source software, available at <A
1578 HREF="ftp://ftp.icce.rug.nl/pub/unix/"
1579 TARGET="_top"
1580 >       ftp://ftp.icce.rug.nl/pub/unix/</A
1581 >) and updated for the Samba 2.0 
1582         release by Jeremy Allison.  The conversion to DocBook for 
1583         Samba 2.2 was done by Gerald Carter. The conversion to DocBook XML 4.2 for Samba 3.0
1584         was done by Alexander Bokovoy.</P
1585 ></DIV
1586 ></BODY
1587 ></HTML
1588 >