chown: edit page (#12370)

pull/23/head
Managor 2024-02-27 16:12:54 +02:00 committed by GitHub
parent d5dd89e065
commit 8a05239fce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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}}`