diff options
Diffstat (limited to 'docs/manpages/smbcacls.1')
-rw-r--r-- | docs/manpages/smbcacls.1 | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/docs/manpages/smbcacls.1 b/docs/manpages/smbcacls.1 index b4cab791c8..1c105d8084 100644 --- a/docs/manpages/smbcacls.1 +++ b/docs/manpages/smbcacls.1 @@ -2,12 +2,12 @@ .\" Title: smbcacls .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 08/02/2011 +.\" Date: 01/22/2012 .\" Manual: User Commands -.\" Source: Samba 3.5 +.\" Source: Samba 3.6 .\" Language: English .\" -.TH "SMBCACLS" "1" "08/02/2011" "Samba 3\&.5" "User Commands" +.TH "SMBCACLS" "1" "01/22/2012" "Samba 3\&.6" "User Commands" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -22,7 +22,7 @@ smbcacls \- Set or get ACLs on an NT file or directory names .SH "SYNOPSIS" .HP \w'\ 'u -smbcacls {//server/share} {filename} [\-D\ acls] [\-M\ acls] [\-a\ acls] [\-S\ acls] [\-C\ name] [\-G\ name] [\-\-numeric] [\-t] [\-U\ username] [\-h] [\-d] +smbcacls {//server/share} {filename} [\-D|\-\-delete\ acls] [\-M|\-\-modify\ acls] [\-a|\-\-add\ acls] [\-S|\-\-set\ acls] [\-C|\-\-chown\ name] [\-G|\-\-chgrp\ name] [\-I\ allow|romove|copy] [\-\-numeric] [\-t] [\-U\ username] [\-h] [\-d] .SH "DESCRIPTION" .PP This tool is part of the @@ -76,6 +76,13 @@ option\&. The name can be a sid in the form S\-1\-x\-y\-z or a name resolved aga This command is a shortcut for \-M GROUP:name\&. .RE .PP +\-I|\-\-inherit allow|remove|copy +.RS 4 +Set or unset the windows "Allow inheritable permissions" check box using the +\fI\-I\fR +option\&. To set the check box pass allow\&. To unset the check box pass either remove or copy\&. Remove will remove all inherited acls\&. Copy will copy all the inherited acls\&. +.RE +.PP \-\-numeric .RS 4 This option displays all ACL information in numeric format\&. The default is to convert SIDs to names and ACE types and masks to a readable string format\&. @@ -254,6 +261,7 @@ The type can be either ALLOWED or DENIED to allow/deny access to the SID\&. The .IP \(bu 2.3 .\} \fB#define SEC_ACE_FLAG_INHERIT_ONLY 0x8\fR +.RE .sp .RE .PP @@ -331,6 +339,7 @@ The mask is a value which expresses the access right granted to the SID\&. It ca .\} \fIO\fR \- Take ownership +.RE .sp .RE .PP @@ -370,6 +379,7 @@ The following combined permissions can be specified: .\} \fIFULL\fR \- Equivalent to \'RWXDPO\' permissions +.RE .SH "EXIT STATUS" .PP The |