Debian Unstable: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
==New Installs== | ==New Installs== | ||
* Install <tt>sudo</tt> | * Install <tt>sudo</tt>. Edit <tt>/etc/sudoers</tt> (using <tt>visudo</tt>) to allow the sudo group to run all commands without a password: | ||
<code>%sudo ALL=(ALL:ALL) NOPASSWD:ALL</code> | <code>%sudo ALL=(ALL:ALL) NOPASSWD:ALL</code> | ||
* Add user account to sudo group | * Add user account to sudo group | ||