- Published on
How to set up sudo on Debian
To install sudo and add <username>
to the sudoers group run:
apt-get install sudo
adduser <username> sudo
Note: <username>
must logout and login to effectuate new group membership (and thus sudo).
To install sudo and add <username>
to the sudoers group run:
apt-get install sudo
adduser <username> sudo
Note: <username>
must logout and login to effectuate new group membership (and thus sudo).