How to Create Sudo User on CentOS
September 25, 2016
Working with root (admin privileged user) in CentOS is not a good idea because you can easily make a costly mistake. Instead, it’s much better to grant the special sudo privileges which allow a regular user to run super user commands by just preceding the commands with sudo in front. Example of a sudo command:… read more »