Shutdown in FreeBSD

rbenq

Member
Aug 21, 2000
74
0
0
I read in a FreeBSD book that users in the "operator" group are allowed to shutdown the system, but it is not what is happening. What is going on?

Thanks in advance, Ben.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
X or no X?

What happens when a user in the operator group tries to shutdown the system? Errors? What command are they using?
 

rbenq

Member
Aug 21, 2000
74
0
0
X is not installed. When the user in the "operator" group executes "shutdown -h now" the message displayed is: "shutdown: Permission denied"
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
It looks like it's not believing that the user is a member of the group operator.
 

RamshackleMan

Junior Member
Apr 22, 2003
7
0
0
I am not an expert but as far as I know, only root can shutdown FreeBSD. The user has to be a member of wheel and then su into root.