mirror of
https://github.com/cheat/cheat.git
synced 2024-12-18 18:55:06 +01:00
Added chown cheatsheet
This commit is contained in:
parent
a44c824f59
commit
60e2e66014
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 New Issue
Block a user