Oracle® Linux
Administrator's Guide for Release 7
To create a group by using the groupadd command:
#groupadd
[options
]groupname
Typically, you might want to use the -g option to specify the group ID (GID). For example:
# groupadd -g 1000 devgrp
For more information, see the groupadd(8)
manual page.
Copyright © 2014, 2019, Oracle and/or its affiliates. All rights reserved. Legal Notices