06 11 / 2011
Change ownership and group mac
You can change the owner and group of a file or a directory with the chown command. Please, keep in mind you can do this only if you are the root user or the owner of the file.
chown -R username directory
-v for verbose eg -Rv
-R for recursive, eg for directory
chgrp -R usergroup directory
-R, -v same as chown
Permalink 17 notes