How To Create a Sudo / Root User on CentOS 7



How To Create a Sudo / Root User on CentOS 7

How To Create a Sudo / Root User on CentOS 7

This video shows you how to create a new user on CentOS 7 and then add them to the wheel group to enable that user to run commands as sudo. The commands that you need to use to follow along with this tutorial are:

adduser rootuser
passwd rootuser
usermod -aG wheel rootuser
su – rootuser
sudo ls /

Comments are closed.