LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   manage groups in Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/manage-groups-in-ubuntu-4175416482/)

Pedroski 07-13-2012 05:20 AM

manage groups in Ubuntu
 
Hi, I wanted to add myself to the group mail so I opened system settings>user accounts, but there is nothing there to manage user groups. Where and how do I do that? I'd rather use a gui than the command line.

camorri 07-13-2012 06:40 AM

See this link -->http://www.ubuntugeek.com/addmodify-...using-gui.html

Google is your friend.

Pedroski 07-13-2012 06:59 AM

Sorry, but that link shows an old version of ubuntu, if I go to system settings > user accounts, there is no tab or button 'manage groups'

Pedroski 07-13-2012 07:04 AM

screenshot
 
1 Attachment(s)
Here is what I see under user accounts.

Pedroski 07-13-2012 07:04 AM

Nothing about groups, nowhere

camorri 07-13-2012 08:05 AM

Then do it command line. You probably do not have something installed.

tommcd 07-14-2012 02:50 AM

Quote:

Originally Posted by Pedroski (Post 4726854)
I wanted to add myself to the group mail ... I'd rather use a gui than the command line.

If you can possibly manage to try using the terminal for this you could easily do it with the gpasswd command:
Code:

sudo gpasswd -a pedroski mail
This assumes that your user name is pedroski and you are adding that user to the group mail.

You could also use the useradd command as is discussed here:
http://www.cyberciti.biz/faq/howto-l...user-to-group/

There is also the usermod command that will work for this:
http://nixcraft.com/ubuntu-debian/85...ser-group.html

This is a perfect example of a situation where the GUI may be inadequate, but a few seconds at the terminal can get the job done.


All times are GMT -5. The time now is 07:11 PM.