mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:47:47 +00:00
groupadd: Add -U
option for adding members to a new group
This commit is contained in:
parent
464e428e94
commit
09787dbf27
2 changed files with 35 additions and 1 deletions
|
@ -17,6 +17,7 @@ This program must be run as root.
|
|||
## Options
|
||||
|
||||
* `-g`, `--gid` _gid_: The group identifier for the new group. If not specified, an unused GID above `100` will be auto-generated.
|
||||
* `-U`, `--users` user-list: A comma-separated list of usernames to add as members of the new group
|
||||
|
||||
## Exit Values
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue