You are not logged in.
I added my own user to my Arch setup. How would I get a list of available groups so I could add my user to them?
Last edited by jordanwb (2008-09-08 02:01:18)
Offline
Easiest way is to cat /etc/group and have a gander at the groups in there. To see what groups you're added to already, type groups.
Last edited by xorl (2008-09-08 02:14:27)
Offline
edit "/etc/group", add your username in front of the group you want to be in.
Edit: Someone beat me to it. Hey mods, can anyone move the above post below mine, so I can be the winner?
Last edited by kensai (2008-09-08 01:45:35)
Offline
Haha,
Offline
xorl didn't win. It says /etc/groups doesn't exist, it's /etc/group. Welcome to the forum xorl.
Last edited by jordanwb (2008-09-08 02:01:04)
Offline
To list the groups available type in
# cat /etc/group-
To add your user to the group type:
# usermod -Ga groupname username
Should be what you need.
Offline
edit "/etc/group", add your username in front of the group you want to be in.
hehe
The 'Slackware Way'...
Offline
xorl didn't win. It says /etc/groups doesn't exist, it's /etc/group. Welcome to the forum xorl.
Heh, i'm an oldie actually, oddly. c14n of arch64 worked with andyrtr.
Offline
kensai wrote:edit "/etc/group", add your username in front of the group you want to be in.
hehe
The 'Slackware Way'...
Old habits, hard to break. Let me install Slackware on Virtualbox, I miss it.
Last edited by kensai (2008-09-08 02:17:40)
Offline