Documented -C and -G options to smbcacls.
authorJeremy Allison <jra@samba.org>
Sat, 16 Dec 2000 00:06:05 +0000 (00:06 +0000)
committerJeremy Allison <jra@samba.org>
Sat, 16 Dec 2000 00:06:05 +0000 (00:06 +0000)
Jeremy.

docs/yodldocs/smbcacls.1.yo

index 249042ce2cb97727e8d703048c9cbb2f35894569..4668d03f1f680ddf48bca1e3b45293813d8b01fd 100644 (file)
@@ -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))