Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Previously the usage "chown USER file" was changed to allow numeric user ID for USER * When testing against GNU version, the usage "chown USER:GROUP file" should handle a group ID or a group name * test1: perl chown 0:0 file ---> user=root, group=root on my Linux system * test2: perl chown root:8 ---> also valid, where gid 8 resolves to "mail" here
- Loading branch information