mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 05:17:34 +00:00
Base: Update man pages for utilities
Man pages for utilities now more closely resemble ArgsParser output
This commit is contained in:
parent
37bbd20cee
commit
8f253a745e
28 changed files with 89 additions and 15 deletions
|
@ -5,7 +5,7 @@ chown - change file owner / group
|
|||
## Synopsis
|
||||
|
||||
```**sh
|
||||
$ chown [user][:group] files...
|
||||
$ chown <user[:group]> <path...>
|
||||
```
|
||||
|
||||
## Description
|
||||
|
@ -15,6 +15,12 @@ $ chown [user][:group] files...
|
|||
**NOTE**: The caller must be a superuser to change user ownership. Other users can use `chown` to change the group to one of their other
|
||||
group.
|
||||
|
||||
## Options
|
||||
|
||||
* `-h`, `--no-dereference`: Don't follow symlinks
|
||||
* `-R`, `--recursive`: Change file ownership recursively
|
||||
* `-L`: Follow symlinks while recursing into directories
|
||||
|
||||
## Examples
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue