R rbenq Member Aug 21, 2000 74 0 0 Jan 6, 2006 #1 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.
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.
N n0cmonkey Elite Member Jun 10, 2001 42,936 1 0 Jan 6, 2006 #2 X or no X? What happens when a user in the operator group tries to shutdown the system? Errors? What command are they using?
X or no X? What happens when a user in the operator group tries to shutdown the system? Errors? What command are they using?
R rbenq Member Aug 21, 2000 74 0 0 Jan 6, 2006 #3 X is not installed. When the user in the "operator" group executes "shutdown -h now" the message displayed is: "shutdown: Permission denied"
X is not installed. When the user in the "operator" group executes "shutdown -h now" the message displayed is: "shutdown: Permission denied"
N n0cmonkey Elite Member Jun 10, 2001 42,936 1 0 Jan 6, 2006 #4 What are the permissions of the shutdown command?
N n0cmonkey Elite Member Jun 10, 2001 42,936 1 0 Jan 6, 2006 #6 It looks like it's not believing that the user is a member of the group operator.
R RamshackleMan Junior Member Apr 22, 2003 7 0 0 Jan 20, 2006 #7 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.
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.
N nweaver Diamond Member Jan 21, 2001 6,813 1 0 Jan 20, 2006 #8 did you log out and back in after adding operator group to the user?