Files
weba/enable_user_sudo.md
T
2026-03-05 13:27:02 +01:00

324 B

Make User a sudoer

Instructions to add user to sudoers

login as root

su root

provide roots password

edit /etc/sudoers

vim /etc/sudoers

add following line:

youruser    ALL=(ALL:ALL) ALL

ensure following line is given (otherwise add it):

%sudo   ALL=(ALL:ALL) ALL