Create New User Add To Sudo Group
useradd -m username
passwd username
usermod -a -G sudo username
chsh -s /bin/bash username
su usernameLast updated
Was this helpful?
useradd -m username
passwd username
usermod -a -G sudo username
chsh -s /bin/bash username
su usernameLast updated
Was this helpful?