1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:47:35 +00:00

groupadd: Add -U option for adding members to a new group

This commit is contained in:
Tim Ledbetter 2023-06-19 07:09:55 +01:00 committed by Andreas Kling
parent 464e428e94
commit 09787dbf27
2 changed files with 35 additions and 1 deletions

View file

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