Sudo
Sudo configuration, permissions management, and best practices.
su Command in Linux: Switch User
The su command in Linux switches users in the current session and runs commands with another user's privileges. Examples, options, and a sudo vs su comparison.

How To Create a Sudo User on Ubuntu
Create a new user on Ubuntu with a home directory and grant sudo privileges using adduser and usermod, so you can run administrative commands without logging in as root.

How to Run Sudo Command Without Password
Configure the sudoers file or a drop-in file in /etc/sudoers.d to let a user or group run sudo commands without a password prompt.

How to Create a sudo User on Debian
Create a sudo user on Debian 11, 12, and 13 by adding a new account and granting sudo privileges through the sudo group or the sudoers file.

How to Add User to Sudoers in Debian
Learn how to add a user to sudoers in Debian by adding them to the sudo group or creating a custom sudoers rule with visudo.

How to Add User to Sudoers in CentOS
In CentOS you have two options to grant sudo access to a user. The first one is to add the user to the sudoers file. The second option is to add the user to the wheel group.

How To Create a Sudo User on CentOS
The sudo command is designed to allow users to run programs with the security privileges of another user, by default the root user. In this guide we will show you how to create a new user with sudo privileges on CentOS.



