cheat/cheatsheets/chown

9 lines
141 B
Plaintext
Raw Normal View History

2013-09-11 05:33:55 +02:00
# Change file owner
chown user file
# Change file owner and group
chown user:group file
# Change owner recursively
chown -R user directory