Home » Questions » Computers [ Ask a new question ]

Shutdown without sudo user password in ubuntu

Shutdown without sudo user password in ubuntu

I'm setting up a minimalistic ubuntu based system with openbox as a window manager. Unlike the more full functioned window managers, there's no single click shutdown option. While i can shutdown using cli - this needs me to use sudo, and well, this isn't what i want. Is there any way to make the halt or poweroff commands work for any user, without the need for a password?

Asked by: Guest | Views: 416
Total answers/comments: 1
Guest [Entry]

"Run visudo and add %users ALL=(ALL) NOPASSWD: /sbin/poweroff, /sbin/reboot

So you can run sudo poweroff or sudo reboot without enter the user password."