How To Add A User In Ubuntu sudo useradd -m <USER> Add them to the sudo group. sudo usermod -aG wheel <USER> Assign a password: passwd <USER> Previous Next