Changeset 134 for branches/samba-3.0/docs/manpages/libsmbclient.7
- Timestamp:
- May 23, 2008, 6:56:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/docs/manpages/libsmbclient.7
r44 r134 1 .\"Generated by db2man.xsl. Don't modify this, modify the source. 2 .de Sh \" Subsection 3 .br 4 .if t .Sp 5 .ne 5 6 .PP 7 \fB\\$1\fR 8 .PP 9 .. 10 .de Sp \" Vertical space (when we can't use .PP) 11 .if t .sp .5v 12 .if n .sp 13 .. 14 .de Ip \" List item 15 .br 16 .ie \\n(.$>=3 .ne \\$3 17 .el .ne 3 18 .IP "\\$1" \\$2 19 .. 20 .TH "LIBSMBCLIENT" 7 "" "" "" 1 .\" Title: libsmbclient 2 .\" Author: 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/21/2008 5 .\" Manual: 7 6 .\" Source: Samba 3.0 7 .\" 8 .TH "LIBSMBCLIENT" "7" "05/21/2008" "Samba 3\.0" "7" 9 .\" disable hyphenation 10 .nh 11 .\" disable justification (adjust text to left margin only) 12 .ad l 21 13 .SH "NAME" 22 14 libsmbclient - An extension library for browsers and that can be used as a generic browsing API. … … 25 17 Browser URL:.PP 26 18 smb://[[[domain:]user[:password@]]server[/share[/path[/file]]]] [?options] 27 28 19 .SH "DESCRIPTION" 29 20 .PP 30 21 This tool is part of the 31 22 \fBsamba\fR(7) 32 suite .23 suite\. 33 24 .PP 34 25 35 26 libsmbclient 36 is a library toolset that permits applications to manipulate CIFS/SMB network resources using many of the standards POSIX functions available for manipulating local UNIX/Linux files . It permits much more than just browsing, files can be opened and read or written, permissions changed, file times modified, attributes and ACL's can be manipulated, and so on. Of course, its functionality includes all the capabilities commonly called browsing.27 is a library toolset that permits applications to manipulate CIFS/SMB network resources using many of the standards POSIX functions available for manipulating local UNIX/Linux files\. It permits much more than just browsing, files can be opened and read or written, permissions changed, file times modified, attributes and ACL\'s can be manipulated, and so on\. Of course, its functionality includes all the capabilities commonly called browsing\. 37 28 .PP 38 29 39 30 libsmbclient 40 can not be used directly from the command line, instead it provides an extension of the capabilities of tools such as file managers and browsers . This man page describes the configuration options for this tool so that the user may obtain greatest utility of use.31 can not be used directly from the command line, instead it provides an extension of the capabilities of tools such as file managers and browsers\. This man page describes the configuration options for this tool so that the user may obtain greatest utility of use\. 41 32 .SH "OPTIONS" 42 33 .PP … … 44 35 .PP 45 36 smb:// 46 .RS 3n47 Shows all workgroups or domains that are visible in the network . The behavior matches that of the Microsoft Windows Explorer.37 .RS 4 38 Shows all workgroups or domains that are visible in the network\. The behavior matches that of the Microsoft Windows Explorer\. 48 39 .sp 49 40 The method of locating the list of workgroups (domains also) varies depending on the setting of the context variable 50 (context ->options.browse_max_lmb_count). It is the responsibility of the application that calls this library to set this to a sensible value. This is a compile-time option. This value determines the maximum number of local master browsers to query for the list of workgroups. In order to ensure that the list is complete for those present on the network, all master browsers must be querried. If there are a large number of workgroups on the network, the time spent querying will be significant. For small networks (just a few workgroups), it is suggested to set this value to 0, instructing libsmbclient to query all local master browsers. In an environment that has many workgroups a more reasonable setting may be around 3.41 (context\->options\.browse_max_lmb_count)\. It is the responsibility of the application that calls this library to set this to a sensible value\. This is a compile\-time option\. This value determines the maximum number of local master browsers to query for the list of workgroups\. In order to ensure that the list is complete for those present on the network, all master browsers must be querried\. If there are a large number of workgroups on the network, the time spent querying will be significant\. For small networks (just a few workgroups), it is suggested to set this value to 0, instructing libsmbclient to query all local master browsers\. In an environment that has many workgroups a more reasonable setting may be around 3\. 51 42 .RE 52 43 .PP 53 44 smb://name/ 54 .RS 3n55 This command causes libsmbclient to perform a name look -up. If the NAME<1D> or NAME<1B> exists (workgroup name), libsmbclient will list all servers in the workgroup (or domain). Otherwise, a name look-up for the NAME<20> (machine name) will be performed, and the list of shared resources on the server will be displayed.45 .RS 4 46 This command causes libsmbclient to perform a name look\-up\. If the NAME<1D> or NAME<1B> exists (workgroup name), libsmbclient will list all servers in the workgroup (or domain)\. Otherwise, a name look\-up for the NAME<20> (machine name) will be performed, and the list of shared resources on the server will be displayed\. 56 47 .RE 57 48 .PP 58 49 When libsmbclient is invoked by an application it searches for a directory called 59 \fI .smb\fR60 in the $HOME directory that is specified in the users shell environment . It then searches for a file called61 \fIsmb .conf\fR62 which, if present, will fully over -ride the system63 \fI/etc/samba/smb .conf\fR64 file . If instead libsmbclient finds a file called65 \fI~/ .smb/smb.conf.append\fR, it will read the system66 \fI/etc/samba/smb .conf\fR50 \fI\.smb\fR 51 in the $HOME directory that is specified in the users shell environment\. It then searches for a file called 52 \fIsmb\.conf\fR 53 which, if present, will fully over\-ride the system 54 \fI/etc/samba/smb\.conf\fR 55 file\. If instead libsmbclient finds a file called 56 \fI~/\.smb/smb\.conf\.append\fR, it will read the system 57 \fI/etc/samba/smb\.conf\fR 67 58 and then append the contents of the 68 \fI~/ .smb/smb.conf.append\fR69 to it .59 \fI~/\.smb/smb\.conf\.append\fR 60 to it\. 70 61 .PP 71 62 … … 75 66 parameter and will use its value when if the 76 67 user 77 parameter was not included in the URL .68 parameter was not included in the URL\. 78 69 .SH "PROGRAMMERS GUIDE" 79 70 .PP 80 Watch this space for future updates .71 Watch this space for future updates\. 81 72 .SH "VERSION" 82 73 .PP 83 This man page is correct for version 3 .0 of the Samba suite.74 This man page is correct for version 3\.0 of the Samba suite\. 84 75 .SH "AUTHOR" 85 76 .PP 86 The original Samba software and related utilities were created by Andrew Tridgell . Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed.77 The original Samba software and related utilities were created by Andrew Tridgell\. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\. 87 78 .PP 88 The libsmbclient manpage page was written by John H Terpstra. 89 79 The libsmbclient manpage page was written by John H Terpstra\.
Note:
See TracChangeset
for help on using the changeset viewer.