1
0
mirror of https://github.com/cheat/cheat.git synced 2025-05-28 02:47:06 +02:00

Added chown cheatsheet

This commit is contained in:
ABorgna 2013-09-11 00:33:55 -03:00
parent a44c824f59
commit 60e2e66014

8
cheatsheets/chown Normal 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