How To Create a Sudo User
How To Create a Sudo User CentOS Login into your server as root. If you already have user you can use usermod command ro add the user to the wheel group: # usermod -aG wheel username For testing sudo for that… Continue Reading