You are not logged in.
Pages: 1
I've got a feeling that this is really dumb question... but I can't seem to figure it out.
I want to be able to shutdown, reboot, suspend, etc. without being root. On the wiki, it says that I need to add my user to the power group. So, I edited /etc/group and edited the line with my username to look like this:
caspian:x:1000:power
(my username is caspian)
But I still can't execute shutdown, reboot, or powersave from my normal user account.
Did I do something wrong? Is there something else I need to do to add myself to the power group?
Thanks!
Offline
what you did is added the "user" power to your group. you have to do it this way:
power:x:99:caspian
(or whatever number is for power, 99 just for example)
you can also add users to groups with the gpasswd command, e.g.:
# gpasswd -a caspian power
Last edited by slackhack (2007-05-29 18:17:54)
Offline
Thanks -- it worked! I'm so sorry that I forgot to reply...
caspianxi
Offline
Pages: 1