mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-08 11:13:36 +02:00
chown: edit page (#12370)
This commit is contained in:
parent
d5dd89e065
commit
8a05239fce
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
|||
|
||||
`chown {{user}}:{{group}} {{path/to/file_or_directory}}`
|
||||
|
||||
- Change the owner user and group to both have the name `user`:
|
||||
|
||||
`chown {{user}}: {{path/to/file_or_directory}}`
|
||||
|
||||
- Recursively change the owner of a directory and its contents:
|
||||
|
||||
`chown -R {{user}} {{path/to/directory}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue