[CentOS] can non-owner change file group setup?
John R Pierce
pierce at hogranch.comWed May 13 14:56:17 UTC 2009
- Previous message: [CentOS] can non-owner change file group setup?
- Next message: [CentOS] can non-owner change file group setup?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
mcclnx mcc wrote: > we plan to count how many files belong to that group. For example HR or Finance. > not sure why you need to change the file's group to do this. for g in hr finance; do echo $(find . -type f -group $g |wc -l) files in group $g done
- Previous message: [CentOS] can non-owner change file group setup?
- Next message: [CentOS] can non-owner change file group setup?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list