Add users in Linux

  Linux Commands

Create a user

-m : Create a home directory for the user

useradd -m USERNAME

Add the user to additional group(s)

usermod -aG sudo,wheel

LEAVE A COMMENT