summaryrefslogtreecommitdiffstats
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
commit89708be73ad8829ee2e9637db2e2be6493493396 (patch)
treea4a67c5744382fbd68ccceb4e080f8254746235c /docs/yodldocs
parentce4f461965c872fbfc9fe5f6b98aed58bb3dd67a (diff)
downloadsamba-89708be73ad8829ee2e9637db2e2be6493493396.tar.gz
samba-89708be73ad8829ee2e9637db2e2be6493493396.tar.xz
samba-89708be73ad8829ee2e9637db2e2be6493493396.zip
Documented -C and -G options to smbcacls.
Jeremy.
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 249042ce2cb..4668d03f1f6 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))