How to create a group in linux
Linux261
description
Create a user group with a gid of 344 and a name of cmdhelp in Linux
command
groupadd -g 344 cmdhelp
parameter
groupadd : create user group -g, --gid GID : Specify the user group gid
groupadd -g 344 cmdhelp
groupadd : create user group -g, --gid GID : Specify the user group gid
I hope to help every developer quickly find the commands they need. Of course, you can also add your own commonly used commands for easy searching.