In Debian, the user created during installation is not automatically added to the sudoers list. To fix do:
http://ubuntuforums.org/showthread.php?t=1837295
- Change to root user by typing su in a terminal.
- As root, do visudo.
- Search for line root ALL=(ALL:ALL) ALL.
- Copy that line (in nano, do Ctrl+K then Ctrl+U to uncut and on more Ctrl+U to duplicate the line).
- Change that new line to like timus ALL=(ALL:ALL) ALL. This adds user timus to the sudoers.
http://ubuntuforums.org/showthread.php?t=1837295
Comments