Changeset 860 for vendor/current/docs/manpages/smbclient.1
- Timestamp:
- May 12, 2014, 8:58:38 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs/manpages/smbclient.1
r746 r860 2 2 .\" Title: smbclient 3 3 .\" Author: [see the "AUTHOR" section] 4 .\" Generator: DocBook XSL Stylesheets v1.7 5.2<http://docbook.sf.net/>5 .\" Date: 10/29/20124 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> 5 .\" Date: 09/18/2013 6 6 .\" Manual: User Commands 7 7 .\" Source: Samba 3.6 8 8 .\" Language: English 9 9 .\" 10 .TH "SMBCLIENT" "1" "10/29/2012" "Samba 3\&.6" "User Commands" 10 .TH "SMBCLIENT" "1" "09/18/2013" "Samba 3\&.6" "User Commands" 11 .\" ----------------------------------------------------------------- 12 .\" * Define some portability stuff 13 .\" ----------------------------------------------------------------- 14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 15 .\" http://bugs.debian.org/507673 16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html 17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 18 .ie \n(.g .ds Aq \(aq 19 .el .ds Aq ' 11 20 .\" ----------------------------------------------------------------- 12 21 .\" * set default formatting … … 33 42 .PP 34 43 smbclient 35 is a client that can \ 'talk\'to an SMB/CIFS server\&. It offers an interface similar to that of the ftp program (see44 is a client that can \*(Aqtalk\*(Aq to an SMB/CIFS server\&. It offers an interface similar to that of the ftp program (see 36 45 \fBftp\fR(1))\&. Operations include things like getting files from the server to the local machine, putting files from the local machine to the server, retrieving directory information from the server and so on\&. 37 46 .SH "OPTIONS" … … 218 227 This parameter causes the client to write messages to the standard error stream (stderr) rather than to the standard output stream\&. 219 228 .sp 220 By default, the client writes messages to standard output \- typically the user\ 's tty\&.229 By default, the client writes messages to standard output \- typically the user\*(Aqs tty\&. 221 230 .RE 222 231 .PP … … 227 236 and a list should appear\&. The 228 237 \fI\-I \fR 229 option may be useful if your NetBIOS names don\ 't match your TCP/IP DNS host names or if you are trying to reach a host on another network\&.238 option may be useful if your NetBIOS names don\*(Aqt match your TCP/IP DNS host names or if you are trying to reach a host on another network\&. 230 239 .RE 231 240 .PP … … 250 259 .sp 251 260 Note that specifying this parameter here will override the 252 \m[blue]\fB \%smb.conf.5.html#\fR\m[]261 \m[blue]\fBlog level\fR\m[] 253 262 parameter in the 254 263 smb\&.conf … … 339 348 .RS 4 340 349 This option allows you to override the NetBIOS name that Samba uses for itself\&. This is identical to setting the 341 \m[blue]\fB \%smb.conf.5.html#\fR\m[]350 \m[blue]\fBnetbios name\fR\m[] 342 351 parameter in the 343 352 smb\&.conf … … 492 501 .\} 493 502 \fIr\fR 494 \- Regular expression include or exclude\&. Uses regular expression matching for excluding or excluding files if compiled with HAVE_REGEX_H\&. However this mode can be very slow\&. If not compiled with HAVE_REGEX_H, does a limited wildcard match on \ '*\' and \'?\'\&.503 \- Regular expression include or exclude\&. Uses regular expression matching for excluding or excluding files if compiled with HAVE_REGEX_H\&. However this mode can be very slow\&. If not compiled with HAVE_REGEX_H, does a limited wildcard match on \*(Aq*\*(Aq and \*(Aq?\*(Aq\&. 495 504 .RE 496 505 .sp … … 528 537 \fITar Long File Names\fR 529 538 .sp 530 smbclient\ 's tar option now supports long file names both on backup and restore\&. However, the full path name of the file must be less than 1024 bytes\&. Also, when a tar archive is created,531 smbclient\ 's tar option places all files in the archive with relative names, not absolute names\&.539 smbclient\*(Aqs tar option now supports long file names both on backup and restore\&. However, the full path name of the file must be less than 1024 bytes\&. Also, when a tar archive is created, 540 smbclient\*(Aqs tar option places all files in the archive with relative names, not absolute names\&. 532 541 .sp 533 542 \fITar Filenames\fR 534 543 .sp 535 All file names can be given as DOS path names (with \ '\e\e\' as the component separator) or as UNIX path names (with \'/\'as the component separator)\&.544 All file names can be given as DOS path names (with \*(Aq\e\e\*(Aq as the component separator) or as UNIX path names (with \*(Aq/\*(Aq as the component separator)\&. 536 545 .sp 537 546 \fIExamples\fR … … 580 589 .sp 581 590 This is particularly useful in scripts and for printing stdin to the server, e\&.g\&. 582 \-c \ 'print \-\'\&.591 \-c \*(Aqprint \-\*(Aq\&. 583 592 .RE 584 593 .SH "OPERATIONS" … … 963 972 tarmode <full|inc|reset|noreset> 964 973 .RS 4 965 Changes tar\ 's behavior with regard to archive bits\&. In full mode, tar will back up everything regardless of the archive bit setting (this is the default mode)\&. In incremental mode, tar will only back up files with the archive bit set\&. In reset mode, tar will reset the archive bit on all files it backs up (implies read/write share)\&.974 Changes tar\*(Aqs behavior with regard to archive bits\&. In full mode, tar will back up everything regardless of the archive bit setting (this is the default mode)\&. In incremental mode, tar will only back up files with the archive bit set\&. In reset mode, tar will reset the archive bit on all files it backs up (implies read/write share)\&. 966 975 .RE 967 976 .PP
Note:
See TracChangeset
for help on using the changeset viewer.