CentOS grants root privileges to individual users via what is called the wheel group. Your system administrator that has root privileges can add you with root permissions via the following CLI commands: Create User sudo adduser username Set User Password sudo passwd username Add user to wheel group sudo usermod -aG wheel username