Command to create a new user with a home dir, bash login shell and the ability to sudo
sudo useradd -m -s $(which bash) -G sudo <USERNAME>Command to create a new user with a home dir, bash login shell and the ability to sudo
sudo useradd -m -s $(which bash) -G sudo <USERNAME>