How to Add User to Sudoers in CentOS

sudo is a command-line utility designed to allow trusted users to run commands as another user, by default the root user.To grant sudo access to a user you have two option. The first one is to add the user to the sudoers file. This file contains information that defines which users and groups are granted with sudo privileges as well as the level of the privileges.

Source: LXer – How to Add User to Sudoers in CentOS