LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 06-12-2012, 01:56 PM   #1
philipgr
Member
 
Registered: Sep 2011
Location: Boksburg, South Africa
Distribution: Linux Mint 18.1
Posts: 51

Rep: Reputation: Disabled
Angry User Accounts in Ubuntu 12.04


Good evening

I have just purchased a 2TB hard drive which I partitioned using Windows 7. I have installed Ubuntu 12.04 in one of the partitions. I have Ubunbtu 9.04, 10.04LTS and Windows XP SP3 installed on one of my other two hard drives.

I have created a number of user accounts, all with admin rights, so that I can experiment with various desktops (I do not like Unity and GNOME3). I noticed in 12.04, unlike 10.04 and 9.04, you cannot add each user account to the other users own groups.

I find this extremely frustrating because in 12.04 I have to manually go and modify each file I want all the other users to access.

Does anyone know what I can do to get 12.04 to work like 10.04? I also noticed that unlike in 10.04 you can no longer give/remove access to peripherals in each users account. This is also very irritating.

Regards
Philip

Last edited by philipgr; 06-12-2012 at 01:58 PM. Reason: Left out some commas
 
Old 06-13-2012, 12:52 AM   #2
sag47
Senior Member
 
Registered: Sep 2009
Location: Raleigh, NC
Distribution: Ubuntu, PopOS, Raspbian
Posts: 1,899
Blog Entries: 36

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
Are you not able to do it through the terminal?

Code:
usermod -a -G groupname user
I can do that just fine in my Kubuntu 12.04 installation.
 
Old 06-13-2012, 03:54 AM   #3
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
+1-----some tasks are faster and easier in a terminal
 
Old 06-13-2012, 11:51 AM   #4
philipgr
Member
 
Registered: Sep 2011
Location: Boksburg, South Africa
Distribution: Linux Mint 18.1
Posts: 51

Original Poster
Rep: Reputation: Disabled
Hi sag47 and pixellany

Tks for yr prompt replies. I could do it via the terminal but do not see why I should need to. It 10.04 it is faster and more efficient. I have six user accounts, including my own, which means I would need to do the usermod entry thirty times. In 10.04 all I need do is open up each user's group and with a few clicks add the other users. This more efficient.
I do not understand why the powers that be at Canonical decided to remove this useful functionality. Sometimes using the terminal is faster, but not always.

Regards
Philip
 
Old 06-13-2012, 12:50 PM   #5
sag47
Senior Member
 
Registered: Sep 2009
Location: Raleigh, NC
Distribution: Ubuntu, PopOS, Raspbian
Posts: 1,899
Blog Entries: 36

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
It's not faster to do it in the GUI. With a simple for loop you can handle all the user accounts you need with group modification. However, this isn't a discussion of which is faster. I merely gave you a solution to your percieved problem.

An example of using a for loop would be...
Code:
for x in user1 user2 user3 user4 user5;do usermod -a -G somegroup $x;done
One could also easily parse /etc/passwd or /etc/group for the values they need and automatically populate affected users.

Why doesn't your Ubuntu work? Did you run an upgrade or is this a fresh install? I've not had any problems with the 12.04 series myself.

SAM
 
Old 06-13-2012, 01:42 PM   #6
philipgr
Member
 
Registered: Sep 2011
Location: Boksburg, South Africa
Distribution: Linux Mint 18.1
Posts: 51

Original Poster
Rep: Reputation: Disabled
Hi sag47

Pse accept my apologies for creating the impression that my comments were directed at yr suggestion. It was not so intended.

I did a fresh install on a new hard drive. I still have 10.04 on one of my other drives. I do not want to upgrade my 10.04 until I see what the best desktop solution is. I do not like Unity or GNOME3. I have created the user accounts so that I can try the Cinnamon, Mate, KDE and XFCE desktops to see which one can give me the same/similar functionality to my current GNOME2. I was also thinking of trying GNOME3 with the extensions that are now available. I just want all files in each user's home folder to be available to the other user accounts.

Regards
Philip
 
Old 06-13-2012, 02:56 PM   #7
sag47
Senior Member
 
Registered: Sep 2009
Location: Raleigh, NC
Distribution: Ubuntu, PopOS, Raspbian
Posts: 1,899
Blog Entries: 36

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
Don't worry I wasn't taking offense to your reply so no need for appologies. I realize not everyone enjoys basking in the terminal. You may wish to try Kubuntu 12.04 which has KDE installed by default rather than Gnome. It is my preference and when I want a lighter weight GUI I use Openbox (a bit more advanced configuration wise).

Last edited by sag47; 06-13-2012 at 02:57 PM.
 
Old 07-03-2012, 12:41 PM   #8
philipgr
Member
 
Registered: Sep 2011
Location: Boksburg, South Africa
Distribution: Linux Mint 18.1
Posts: 51

Original Poster
Rep: Reputation: Disabled
Smile

Good evening

I thought I would mention that when I was searching for an answer to another issue I am having I came across a solution to this issue of mine. The package gnome-system-tools which I downloaded via synaptic gave me back the package I was using, and accustomed to, in 10.04. I am now very happy. I am slowly getting GNOME 3 classic to look and work like GNOME 2.

Regards
Philip
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Creating and managing user accounts in a GNOME 3 or Ubuntu desktop LXer Syndicated Linux News 0 04-04-2012 06:32 PM
[SOLVED] multiple user accounts with uid 0 . I want to delete all user names except "root" m00seman645 Linux - Newbie 2 10-21-2011 01:56 PM
LXer: Expire User Accounts On The Ubuntu Server LXer Syndicated Linux News 0 06-21-2010 09:10 PM
Difference betwwen : Locked User Account & Disabled User Accounts in Linux ? avklinux Linux - Security 1 02-04-2009 02:30 PM
LXer: Linux 101: Manage user accounts in a multi-user Linux environment ... LXer Syndicated Linux News 0 06-27-2006 07:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 07:32 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration