Changeset 988 for vendor/current/docs/manpages/samba.7
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs/manpages/samba.7
r860 r988 2 2 .\" Title: samba 3 3 .\" Author: [see the "AUTHOR" section] 4 .\" Generator: DocBook XSL Stylesheets v1.7 6.1 <http://docbook.sf.net/>5 .\" Date: 0 9/18/20134 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> 5 .\" Date: 05/02/2016 6 6 .\" Manual: Miscellanea 7 .\" Source: Samba 3.67 .\" Source: Samba 4.4 8 8 .\" Language: English 9 9 .\" 10 .TH "SAMBA" "7" "0 9/18/2013" "Samba 3\&.6" "Miscellanea"10 .TH "SAMBA" "7" "05/02/2016" "Samba 4\&.4" "Miscellanea" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * Define some portability stuff … … 29 29 .\" ----------------------------------------------------------------- 30 30 .SH "NAME" 31 samba \- A Windows SMB/CIFS fileserver for UNIX31 samba \- A Windows AD and SMB/CIFS fileserver for UNIX 32 32 .SH "SYNOPSIS" 33 33 .HP \w'\ 'u … … 35 35 .SH "DESCRIPTION" 36 36 .PP 37 The Samba software suite is a collection of programs that implements the Server Message Block (commonly abbreviated as SMB) protocol for UNIX systems \&. This protocol is sometimes also referred to as the Common Internet File System (CIFS)\&. For a more thorough description, see37 The Samba software suite is a collection of programs that implements the Server Message Block (commonly abbreviated as SMB) protocol for UNIX systems and provides Active Directory services\&. This protocol is sometimes also referred to as the Common Internet File System (CIFS)\&. For a more thorough description, see 38 38 http://www\&.ubiqx\&.org/cifs/\&. Samba also implements the NetBIOS protocol in nmbd\&. 39 .PP 40 \fBsamba\fR(8) 41 .RS 4 42 The 43 samba 44 daemon provides the Active Directory services and file and print services to SMB clients\&. The configuration file for this daemon is described in 45 \fBsmb.conf\fR(5)\&. 46 .RE 39 47 .PP 40 48 \fBsmbd\fR(8) … … 43 51 smbd 44 52 daemon provides the file and print services to SMB clients, such as Windows 95/98, Windows NT, Windows for Workgroups or LanManager\&. The configuration file for this daemon is described in 45 \fBsmb.conf\fR(5) 53 \fBsmb.conf\fR(5)\&. 46 54 .RE 47 55 .PP … … 51 59 nmbd 52 60 daemon provides NetBIOS nameservice and browsing support\&. The configuration file for this daemon is described in 53 \fBsmb.conf\fR(5) 61 \fBsmb.conf\fR(5)\&. 62 .RE 63 .PP 64 \fBwinbindd\fR(8) 65 .RS 4 66 winbindd 67 is a daemon that is used for integrating authentication and the user database into unix\&. 54 68 .RE 55 69 .PP … … 59 73 smbclient 60 74 program implements a simple ftp\-like client\&. This is useful for accessing SMB shares on other compatible servers (such as Windows NT), and can also be used to allow a UNIX box to print to a printer attached to any SMB server (such as a PC running Windows NT)\&. 75 .RE 76 .PP 77 \fBsamba-tool\fR(8) 78 .RS 4 79 The 80 samba\-tool 81 is the main Samba Administration tool regarding Active Directory services\&. 61 82 .RE 62 83 .PP … … 70 91 .RE 71 92 .PP 72 \fBtestprns\fR(1)73 .RS 474 The75 testprns76 utility supports testing printer names defined in your77 printcap78 file used by Samba\&.79 .RE80 .PP81 93 \fBsmbstatus\fR(1) 82 94 .RS 4 … … 108 120 .RE 109 121 .PP 110 \fBsmbsh\fR(1)111 .RS 4112 The113 smbsh114 command is a program that allows you to run a unix shell with with an overloaded VFS\&.115 .RE116 .PP117 122 \fBsmbtree\fR(1) 118 123 .RS 4 … … 138 143 .RS 4 139 144 smbcontrol 140 is a utility that can change the behaviour of running samba daemons\&. 145 is a utility that can change the behaviour of running 146 smbd, 147 nmbd 148 and 149 winbindd 150 daemons\&. 141 151 .RE 142 152 .PP … … 168 178 .RE 169 179 .PP 170 \fBswat\fR(8)171 .RS 4172 swat173 is a web\-based interface to configuring174 smb\&.conf\&.175 .RE176 .PP177 \fBwinbindd\fR(8)178 .RS 4179 winbindd180 is a daemon that is used for integrating authentication and the user database into unix\&.181 .RE182 .PP183 180 \fBwbinfo\fR(1) 184 181 .RS 4 … … 209 206 ntlm_auth 210 207 is a helper\-utility for external programs wanting to do NTLM\-authentication\&. 211 .RE212 .PP213 \fBsmbmount\fR(8), \fBsmbumount\fR(8), \fBsmbmnt\fR(8)214 .RS 4215 smbmount,smbumount216 and217 smbmnt218 are commands that can be used to mount CIFS/SMB shares on Linux\&.219 208 .RE 220 209 .PP … … 247 236 .SH "VERSION" 248 237 .PP 249 This man page is correct for version 3of the Samba suite\&.238 This man page is correct for version 4 of the Samba suite\&. 250 239 .SH "CONTRIBUTIONS" 251 240 .PP … … 256 245 http://devel\&.samba\&.org/ 257 246 for information on how to do it properly\&. We prefer patches in 258 diff \-u 247 git format\-patch 259 248 format\&. 260 249 .SH "CONTRIBUTORS" … … 263 252 change\-log 264 253 in the source package for the pre\-CVS changes and at 265 http:// cvs\&.samba\&.org/266 for the contributors to Samba post\- CVS\&. CVSis the Open Source source code control system used by the Samba Team to develop Samba\&. The project would have been unmanageable without it\&.254 http://git\&.samba\&.org/ 255 for the contributors to Samba post\-GIT\&. GIT is the Open Source source code control system used by the Samba Team to develop Samba\&. The project would have been unmanageable without it\&. 267 256 .SH "AUTHOR" 268 257 .PP
Note:
See TracChangeset
for help on using the changeset viewer.