PDA

View Full Version : [ubuntu] help



nik1990
August 22nd, 2008, 10:57 AM
i need help creating ubuntu account i tryed to create account with terminal but no cusses can sum one plz help me

iaculallad
August 22nd, 2008, 11:01 AM
i need help creating ubuntu account i tryed to create account with terminal but no cusses can sum one plz help me

On your terminal:


sudo useradd username

to give it a password:


sudo passwd username

nik1990
August 22nd, 2008, 11:30 AM
it seas that i'm not in the sudoers file what should i do?

iaculallad
August 22nd, 2008, 11:34 AM
it seas that i'm not in the sudoers file

Add yourself to the admin group:


sudo adduser your_username admin

or


sudo cp /etc/group /etc/group.original
gksudo gedit /etc/group

and add your username to the admin line.

nik1990
August 22nd, 2008, 12:21 PM
no it still dons't work

forger
August 22nd, 2008, 12:25 PM
Login with your first account (not the one you create) and then do the sudo commands iaculallad gave above, and you add the second username you created in the admin group

nik1990
August 22nd, 2008, 12:30 PM
oooo ok then thank you