How to create a sudo user in CentOS

centos add user to sudo group

Sudo users are those users who can execute sudo command. Sudo command grants temporary administrator privileges like authority to install programs, modify system settings and system files. As these can modify the system settings and cause harm to the system, … Read more

How to add a user to sudo group on debian

add user sudo debian

Sudo stands for superuser do means whats superuser can do. A superuser is a root user that has full system access and can do pretty much everything on the system. Tasks like installing, updating, upgrading, deleting important files, modifying configuration … Read more