LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-03-2012, 09:03 AM   #1
holden87
Member
 
Registered: Jul 2012
Location: Slovenia
Distribution: Debian 9 GNOME
Posts: 55

Rep: Reputation: 9
What groups should i add to 'user'


Hi!

I'm just wondering, i don't seem to find the list of groups where it's possible to add my user account. Will it be possible for me to set-up my eduroam network via network manager and so on if i just press enter at the group adding in adduser?

Thanks!
 
Old 08-03-2012, 09:12 AM   #2
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Quote:
i don't seem to find the list of groups where it's possible to add my user account.
Code:
usermod -a -G floppy,audio,video,cdrom,plugdev,power,netdev username
 
2 members found this post helpful.
Old 08-03-2012, 09:30 AM   #3
holden87
Member
 
Registered: Jul 2012
Location: Slovenia
Distribution: Debian 9 GNOME
Posts: 55

Original Poster
Rep: Reputation: 9
thank you!!

Now i'll try to set it up!
 
Old 08-03-2012, 09:33 AM   #4
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,223

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
Quote:
Originally Posted by holden87 View Post
I'm just wondering, i don't seem to find the list of groups where it's possible to add my user account. Will it be possible for me to set-up my eduroam network via network manager and so on if i just press enter at the group adding in adduser?
You press UP to automatically populate the list of groups. Then you press ENTER.

Yes, the resulting list of groups will give you enough privileges to run wicd (and therefore network manager).

Last edited by dugan; 08-03-2012 at 09:35 AM.
 
Old 08-03-2012, 09:36 AM   #5
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Quote:
Originally Posted by dugan View Post
Press UP to automatically populate the list of groups. Then press ENTER.
Yes, that's the most recommended way. I assumed that the OP means at a later stage.
 
Old 08-03-2012, 09:40 AM   #6
Eternal_Newbie
Member
 
Registered: Jun 2005
Location: The Pudding Isles
Distribution: Slackware
Posts: 573

Rep: Reputation: 59
by default your user is a member of these groups:
Code:
bash-4.1$ groups
users sys lp floppy audio video cdrom plugdev power netdev scanner
that is enough for most purposes
 
Old 08-03-2012, 02:46 PM   #7
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Member Response

Hi,
Quote:
Originally Posted by Eternal_Newbie View Post
by default your user is a member of these groups:
Code:
bash-4.1$ groups
users sys lp floppy audio video cdrom plugdev power netdev scanner
that is enough for most purposes
By default the 'users' group is the initial group unless you add groups;
Quote:
Initial group [ users ]:
Additional UNIX groups:

Users can belong to additional UNIX groups on the system.
For local users using graphical desktop login managers such
as XDM/KDM, users may need to be members of additional groups
to access the full functionality of removable media devices.

* Security implications *
Please be aware that by adding users to additional groups may
potentially give access to the removable media of other users.

If you are creating a new user for remote shell access only,
users do not need to belong to any additional groups as standard,
so you may press ENTER at the next prompt.

Press ENTER to continue without adding any additional groups
Or press the UP arrow key to add/select/edit additional groups
: audio cdrom floppy plugdev video power netdev
Press ENTER to continue without adding any additional groups
Please note the results of the up arrow that provides suggested groups to a editable line to add or delete groups to be added for the new 'user'.
 
Old 08-03-2012, 06:43 PM   #8
Eternal_Newbie
Member
 
Registered: Jun 2005
Location: The Pudding Isles
Distribution: Slackware
Posts: 573

Rep: Reputation: 59
Quote:
Originally Posted by onebuck View Post
Hi,
By default the 'users' group is the initial group unless you add groups;Please note the results of the up arrow that provides suggested groups to a editable line to add or delete groups to be added for the new 'user'.
Yeah, got that one wrong, sorry,

EDIT: and sycamorex had already answered the OP's question properly, anyway.

Last edited by Eternal_Newbie; 08-03-2012 at 06:51 PM.
 
Old 08-03-2012, 07:13 PM   #9
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
"floppy,audio,video,cdrom,plugdev,power,netdev,wheel,lp,scanner" is what I normally use.

"lp" and "scanner" is used mostly for printers and scanners, so add them if needed.

"wheel" is good for Power Users but only ad it if absolutely needed, otherwise don't.
 
  


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
Do I always should add my user to some system groups? Mr. Alex Linux - Newbie 8 08-10-2010 03:49 AM
[SOLVED] What's the command to add these groups to user account? cola Slackware 13 01-30-2010 04:39 AM
How to add/remove groups with user? cola Slackware 6 12-28-2009 02:16 PM
What groups to add a new user to? prophet621 Linux - Newbie 2 03-02-2005 11:17 AM

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

All times are GMT -5. The time now is 03:44 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