IT How Tos

Home

About

Sitemap

Contact

How to enable shutdown, reboot and poweroff without sudo on Linux

Commands

Setting Permissions

  • Note this part will require sudo access
sudo chmod a+s /sbin/shutdown
sudo chmod a+s /sbin/poweroff 
sudo chmod a+s /sbin/reboot
  • This was tested on Ubuntu 16.04