summaryrefslogtreecommitdiff
path: root/docs/yodldocs
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-12-16 00:06:05 +0000
committerJeremy Allison <jra@samba.org>2000-12-16 00:06:05 +0000
commita57a6da52b1c34683109fcac6b43633b197f847f (patch)
tree5a753585d870473571e62fcd0d693ad85892548a /docs/yodldocs
parentfb82ab78fe556656eec605d532e0dabb2f815573 (diff)
downloadsamba-a57a6da52b1c34683109fcac6b43633b197f847f.tar.gz
samba-a57a6da52b1c34683109fcac6b43633b197f847f.tar.bz2
samba-a57a6da52b1c34683109fcac6b43633b197f847f.zip
Documented -C and -G options to smbcacls.
Jeremy. (This used to be commit 89708be73ad8829ee2e9637db2e2be6493493396)
Diffstat (limited to 'docs/yodldocs')
-rw-r--r--docs/yodldocs/smbcacls.1.yo17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/yodldocs/smbcacls.1.yo b/docs/yodldocs/smbcacls.1.yo
index 249042ce2c..4668d03f1f 100644
--- a/docs/yodldocs/smbcacls.1.yo
+++ b/docs/yodldocs/smbcacls.1.yo
@@ -9,6 +9,7 @@ manpagesynopsis()
bf(smbcacls) //server/share filename link(-U username)(minusU)
[link(-A acls)(minusA)] [link(-M acls)(minusM)]
[link(-D acls)(minusD)] [link(-S acls)(minusS)]
+[link(-C username)(minusC)] [link(-G username)(minusG)]
[link(-n)(minusn)] [link(-h)(minush)]
label(DESCRIPTION)
@@ -51,6 +52,22 @@ This command sets the ACLs on the file with only the ones specified on the
command line. All other ACLs are erased. Note that the ACL specified must
contain at least a revision, type, owner and group for the call to succeed.
+label(minusC)
+dit(bf(-C username))
+
+This command sets the owner of the file to the given username. Note that
+the user you connect to the server as must have the permissions to modify
+the ownership of a file. Unlike the NT take ownership dialog box this command
+can modify the owner of a file to any arbitrary user.
+
+label(minusG)
+dit(bf(-G username))
+
+This command sets the primary group owner of the file to the given username. Note that
+the user you connect to the server as must have the permissions to modify
+the group ownership of a file. As this attribute is only used in the NT POSIX
+subsystem there is no equivalent NT dialog box.
+
label(minusU)
dit(bf(-U username))