usergroup command

  1. K

    Steps to create usergroup in Linux (CentOS7)

    For that first you have to create group with the help of groupadd command. sudo groupadd NAME-OF-THE-NEW-GROUP Now you have to use usermod command from which we can add user to that group. usermod -a -G wheel username NOTE: Here you have to replace username with actual username.
Top