Added chown cheatsheet

This commit is contained in:
ABorgna 2013-09-11 00:33:55 -03:00
parent a44c824f59
commit 60e2e66014
1 changed files with 8 additions and 0 deletions

8
cheatsheets/chown Normal file
View File

@ -0,0 +1,8 @@
# Change file owner
chown user file
# Change file owner and group
chown user:group file
# Change owner recursively
chown -R user directory