Security question, allow users to reboot?

  • Thread starter Deleted member 2077
  • Start date
D

Deleted member 2077

Guest
I want to let a limited set of users be able to run the reboot and shutdown commands. What's an appropriate way to do this? I think sudo is typically used this, but doesn't look like it's installed by default. I could also set the sticky bit with chmod, but that would allow all users to run it.
 
feralape said:
I want to let a limited set of users be able to run the reboot and shutdown commands. What's an appropriate way to do this? I think sudo is typically used this, but doesn't look like it's installed by default. I could also set the sticky bit with chmod, but that would allow all users to run it.

You can add the user(s) to the operator group without installing any third party software.

It is documented in the handbook:

http://www.freebsd.org/doc/handbook/boot-shutdown.html
 
Back
Top