LINUX Create User and add to Wheel / Sudoers

Tuesday, October 4th, 2022 | System
Last Modified: 2024-04-25



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




Input Action Output
A collection of snippets and links that have proven useful for development, programming, ColdFusion, Javascript, jQuery, PHP, Python, Dell, Minecraft, Apple, Mac, Windows, LINUX, Raspberry Pi, Adobe, CSS, and HTML.

©2024 Input Action Output