windows-fs-chown-chgrp-20090701
authorJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 1 Jul 2009 21:25:28 +0000 (21:25 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 1 Jul 2009 21:25:28 +0000 (21:25 +0000)
commitffd065a69578ad26c860b0b3e54053d6432c4a21
tree788675c6c34977b7ab5e0281a94dbe74ae09dd60
parentad6a8942db587b2c5b9aaee6a3e8e89b69e3918c
windows-fs-chown-chgrp-20090701

LICENSE MIT

On Windows there is no chown or chgrp command that can be used to
change the owner or group of an object in AFS.   Therefore we
add them to the fs command.

Usage: fs chown -owner <user name or id> [-path <dir/file path>+] [-literal] [-help]
Where: -literal  literal evaluation of mountpoints and symlinks

Usage: fs chgrp -group <user/group name or id> [-path <dir/file path>+] [-literal] [-help]
Where: -literal  literal evaluation of mountpoints and symlinks
src/WINNT/afsd/cm_ioctl.c
src/WINNT/afsd/cm_ioctl.h
src/WINNT/afsd/fs.c
src/WINNT/afsd/smb_iocons.h
src/WINNT/afsd/smb_ioctl.c
src/WINNT/afsd/smb_ioctl.h