Answers for "grant superuser permission to sudo user ubuntu"

1

grant superuser permission to sudo user ubuntu

adduser sudo_user_name
//grant privileges
visudo
under line 
root ALL=(ALL:ALL) ALL 
add this line
sudo_user_name ALL=(ALL:ALL) ALL
sudo apt-get update
Posted by: Guest on March-30-2021

Code answers related to "grant superuser permission to sudo user ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language