What should I put in my sudoers file so that I can run any command as if I were root with a password and a few other commands as root without a password? Pretty much, I'd like to have full sudo access but be able to reboot and poweroff my computer without a password. Currently, I have: martin ALL = (ALL) ALL Thanks, Martin