mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
groupadd: Add -U
option for adding members to a new group
This commit is contained in:
parent
464e428e94
commit
09787dbf27
Notes:
sideshowbarker
2024-07-16 20:08:14 +09:00
Author: https://github.com/tcl3
Commit: 09787dbf27
Pull-request: https://github.com/SerenityOS/serenity/pull/19488
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