Skip to content

Setup sudo for Debian/Ubuntu

Follow this step

Step 1

Login with root

su -

Step 2

Update and install sudo

apt update && apt install sudo -y

Step 3

Add user to sudo group

usermod -aG sudo your_username

Step 4

Active

su - your_username