Results 1 to 8 of 8
when I disscoverd (or was told) that just loging in as "root" was not a very good idea for every day kind of things, I made a user account but ...
- 11-30-2006 #1
nooby help with user account
when I disscoverd (or was told) that just loging in as "root" was not a very good idea for every day kind of things, I made a user account but I don't know what "groups" just a plain old user should be included in. So if some one could tell me that would be great
- 12-01-2006 #2
For everyday use, "users" would probably be best.
- 12-01-2006 #3Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
I bet you used the wrong command , adduser instead of useradd or something
one defaults to selecting the correct groups for you.
the other ..... doesnt
- 12-01-2006 #4
Yep, adduser is the one with the script.
- 12-01-2006 #5Thanks, I always forget which is which.
Originally Posted by rong Registered Linux user #270181
TechieMoe's Tech Rants
- 12-01-2006 #6
- 12-02-2006 #7I always wondered what the difference between those two commands was!
Originally Posted by kern Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 12-02-2006 #8Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
The other difference being one is an interactive tool which prompts you for finger information and other things. the other doesnt, so its obviously more useful for scripting, e.g if you wanted to create 500 users from a comma seperated list - use the noninteractive one in a scripted loop.


Reply With Quote