tips:linux:changegroupid
How to change the group of all files owned by that group?
Use:
find / -group <old_gid> -exec chgrp -h <new_gid> {} \;
tips/linux/changegroupid.txt · Last modified: 2012/06/02 18:36 by erik
Use:
find / -group <old_gid> -exec chgrp -h <new_gid> {} \;