Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
02-18-2008, 12:17 PM
|
#1
|
|
LQ Newbie
Registered: Jan 2008
Location: IL
Distribution: f8
Posts: 29
Rep:
|
Trying To Learn Need Some Help!
Hello all I am trying to use the adduser command to create 3 new groups and to add james a user to all of them and set his shell etc...what order do i use i looked at the man page but not much help
can any one help?
dale504
|
|
|
|
02-18-2008, 12:31 PM
|
#2
|
|
Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu
Posts: 12,611
Rep:
|
Not sure on the order because I'm not sure what you mean. But typically you create groups first (using groupadd) and then add your user to the groups. If the user is new, something like:
useradd -g users -G wheel,etc,etc,etc -m ... jim
If the user exists, something like:
usermod -aG wheel,etc,etc,etc
Should work.
Good Luck!
-Chad
|
|
|
|
02-18-2008, 12:35 PM
|
#3
|
|
Senior Member
Registered: Nov 2002
Location: Toronto Canada
Distribution: Slackware 14.0
Posts: 4,612
|
The groups have to exist before you can add a user to them. So you make the groups you want, then create the user, and add them to the group. You didn't say what distro you are using. Some have tools to manage the creation of users and groups.
If you are new to linux, I would recommend you take the time to install Webmin. It is available for all distros. In Webmin, there is a Manage Users and Groups function. In here you can create new groups, add create new users, and add any user to any group that you choose. It is much easier to use than the command line tools. It is graphical, and as its name may imply, you can access Webmin locally through your web browser or from a remote location through a web browser.
I install it on all my systems, and then use it for management of most of the servers and configuration on each system. You need to create a webmin user in webmin. Once that is done, you can control what elements of the system you want any webmin user to modify. It can be everything, like root, or limited to one item. Root will have full privileges.
Hope this helps.
|
|
|
|
02-18-2008, 12:42 PM
|
#4
|
|
LQ Addict
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian Squeeze
Posts: 5,569
|
Some general hints to help you learn:
1) in a terminal, use the apropos command to help find commands: appropos group
would give you a list of all commands on your system having anything to do with group.
2) www.google.com/linux is your friend and largest resource for information on Linux-related issues.
3) the LQ forum has a search function. Use it frequently. Most problems you encounter have probably already been asked.
4) include in your post which distro you are using. The command-line tools will probably be the same for most, if not all, distros. But, each distro may have it's own set of GUI tools. Knowing the distro you use helps others with experience with that distro to give you helpful directions.
|
|
|
|
02-18-2008, 01:05 PM
|
#5
|
|
Senior Member
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~
Posts: 2,756
Rep: 
|
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:58 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|