mirror of
https://github.com/cheat/cheat.git
synced 2024-11-22 22:11:35 +01:00
9 lines
141 B
Plaintext
9 lines
141 B
Plaintext
# Change file owner
|
|
chown user file
|
|
|
|
# Change file owner and group
|
|
chown user:group file
|
|
|
|
# Change owner recursively
|
|
chown -R user directory
|