Click to See Complete Forum and Search --> : How do I add user's, on Linux-Mandrake 8.0?


NecroX
10-15-2001, 02:03 AM
Somone help me out please...?

Saptech
10-15-2001, 02:36 AM
To add a user to the system, go into a Shell Prompt, as su or root and type "adduser username". The $ sign is the shell prompt commandline:


example:


$ adduser saptech


then to give that user a password type:


$ passwd saptech

It will prompt you for a password to assign the user.


This should create the new user and give that user a password that you created.

NecroX
10-15-2001, 03:21 AM
I've tried that, but the password isn't taking... It say's, addpassword isn't a command...

Saptech
10-15-2001, 03:30 AM
Are u typing it as Root and using this command "passwd"?

$ passwd username

hugs_to_tux
10-15-2001, 05:44 AM
what the **** ppl are upti here
they tell u to use adduser at the $ prompt
man use adduser <newuser> at the # prompt ie being the superuser i.e the root
so obviously its going to give u an errot if u use a command that can only be used by the root
rate me if i made any sense
luv
saurabh

Saptech
10-15-2001, 06:01 AM
Did I give the wrong sign for ROOT, my bad? I'm at work using a Windoze box and sleepy as hell.

If he logs in as root then he should be okay!

rick420
10-15-2001, 12:28 PM
or just use the userdrake program and do it that way :)

Alex Cavnar, aka alc6379
10-15-2001, 12:38 PM
If you're running Mandrake 8, userdrake would be the absolute easiest way of doing it. just type userdrake at a terminal window. I also sometimes use linuxconf-- It has a simple function for adding users.

Matches Malone
10-15-2001, 01:53 PM
2 words HUGS...

DOWN BOY! (insert whip sound) hehehe

HUGS fer HUGS :)

NecroX
10-15-2001, 03:35 PM
Where is the UserDrake program? Cause I don't know how to delete the user's I've accidently added... heh

Linuxcool
10-15-2001, 06:22 PM
Try the command userdel to remove the users you don't want.