mirror of
https://github.com/cheat/cheat.git
synced 2024-11-16 08:58:28 +01:00
Added chown cheatsheet
This commit is contained in:
parent
a44c824f59
commit
60e2e66014
1 changed files with 8 additions and 0 deletions
8
cheatsheets/chown
Normal file
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
|
Loading…
Reference in a new issue