Creating Sudo User - creationsoftre/Arch-Linux-wiki GitHub Wiki
useradd -m -g wheel <your_user>
passwd <your_user>
usermod -aG wheel <your_user>
visudo
- search file for word wheel by using key "/"
- Uncomment line:
%wheel ALL=(ALL) ALL
Switch to user
su <your_user>
whoami