From b05faffd00a54520b49722db89ae820284e257db Mon Sep 17 00:00:00 2001 From: Matthew McGillis Date: Wed, 5 May 2010 22:43:28 -0700 Subject: added documentation for the -I flag --- docs-xml/manpages-3/smbcacls.1.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'docs-xml') diff --git a/docs-xml/manpages-3/smbcacls.1.xml b/docs-xml/manpages-3/smbcacls.1.xml index 3e63b9b0d4..571cb6923a 100644 --- a/docs-xml/manpages-3/smbcacls.1.xml +++ b/docs-xml/manpages-3/smbcacls.1.xml @@ -27,6 +27,7 @@ -S acls -C name -G name + -I allow|romove|copy --numeric -t -U username @@ -117,6 +118,19 @@ + + -I|--inherit allow|remove|copy + Set or unset the windows "Allow inheritable + permissions" check box using the -I + 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. + + + + + + --numeric This option displays all ACL information in numeric -- cgit