mirror of
https://github.com/cheat/cheat.git
synced 2025-09-02 18:18:30 +02:00
Added chown cheatsheet
This commit is contained in:
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
|
Reference in New Issue
Block a user