Changeset 274 for branches/samba-3.3.x/docs/manpages/smb.conf.5
- Timestamp:
- Jun 17, 2009, 2:19:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/docs/manpages/smb.conf.5
r224 r274 2 2 .\" Author: [see the "AUTHOR" section] 3 3 .\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/> 4 .\" Date: 0 4/28/20094 .\" Date: 06/16/2009 5 5 .\" Manual: File Formats and Conventions 6 6 .\" Source: Samba 3.3 7 7 .\" Language: English 8 8 .\" 9 .TH "SMB\&.CONF" "5" "0 4/28/2009" "Samba 3\&.3" "File Formats and Conventions"9 .TH "SMB\&.CONF" "5" "06/16/2009" "Samba 3\&.3" "File Formats and Conventions" 10 10 .\" ----------------------------------------------------------------- 11 11 .\" * (re)Define some macros … … 1031 1031 .sp 1032 1032 If the connected user posseses the 1033 \fBSeRemoteShutdownPrivilege\fR, right, this command will be run as user\&.1033 \fBSeRemoteShutdownPrivilege\fR, right, this command will be run as root\&. 1034 1034 .sp 1035 1035 Default: … … 9192 9192 .sp 9193 9193 If the connected user posseses the 9194 \fBSeRemoteShutdownPrivilege\fR, right, this command will be run as user\&.9194 \fBSeRemoteShutdownPrivilege\fR, right, this command will be run as root\&. 9195 9195 .sp 9196 9196 The %z %t %r %f variables are expanded as follows: … … 9261 9261 9262 9262 #!/bin/bash 9263 9264 $time=0 9265 let "time/60"9266 let "time++"9263 9264 time=$2 9265 let time="${time} / 60" 9266 let time="${time} + 1" 9267 9267 9268 9268 /sbin/shutdown $3 $4 +$time $1 & 9269 9269 9270 .EB lightgray adjust-for-leading-newline 9270 9271 .if t \{\ … … 9755 9756 .PP 9756 9757 .RS 4 9757 This boolean parameter controls whether Samba impl ments the CIFS UNIX extensions, as defined by HP\&. These extensions enable Samba to better serve UNIX CIFS clients by supporting features such as symbolic links, hard links, etc\&.\&.\&. These extensions require a similarly enabled client, and are of no current use to Windows clients\&.9758 This boolean parameter controls whether Samba implements the CIFS UNIX extensions, as defined by HP\&. These extensions enable Samba to better serve UNIX CIFS clients by supporting features such as symbolic links, hard links, etc\&.\&.\&. These extensions require a similarly enabled client, and are of no current use to Windows clients\&. 9758 9759 .sp 9759 9760 Default:
Note:
See TracChangeset
for help on using the changeset viewer.