LINUX Create User and add to Wheel / Sudoers

Tuesday, October 4th, 2022 | System

Create a LINUX user and add them to the Sudoers file:

sudo adduser asdf1234
sudo passwd asdf1234
sudo groups asdf1234
sudo visudo << verify wheel is enabled >>
sudo usermod -aG wheel asdf1234
su - asdf1234
sudo cd /root

https://phoenixnap.com/kb/how-to-create-add-sudo-user-centos


Comments


E19 Creative

Products | Support | About | Contact | Login