1
0
mirror of https://github.com/cheat/cheat.git synced 2024-12-23 04:59:45 +01:00
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