% GROUP-MANAGEMENT(1) Version 3.0.0 | Scripts Documentation % Georg Voell - georg.voell@oracle.com % (c)2021 Oracle NAME ==== **group-management** - (BASH Script) Manages groups within Linux. SYNOPSIS ======== | **group-management** \[_options_] \[_action_] _groupname_ DESCRIPTION =========== Manages groups within Linux. Options ------- -h, \--help          : Displays helptext. -v, \--version          : Displays the version of the script. -a, \--all          : Display all groups. -g, \--gid _number_          : Group ID. -n, \--new-name _string_         : New groupname. EXAMPLES ======== Action: : show : Show groups. : check : Check if group exists and has the given attributes - otherwise create or change. : delete: Delete group. **group-management** check dba -g 1005 : Create group 'dba' (if it doesn't exist) with group id '1005'. **group-management** delete dba : Delete group 'dba'. EXIT CODES ========== 01: Unknown or wrong parameter and only LINUX supported and script needs to be executed with ROOT privileges. 02: Unknown action. 03: No groupname specified. 99: User interrupt. SEE ALSO ======== **bootstrap**(1), **disk-management**(1), **key-management**(1), **install-scripts**(1)