1
0
Fork 0
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:
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

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