LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Make new users after Linux is installed?? (https://www.linuxquestions.org/questions/linux-general-1/make-new-users-after-linux-is-installed-10802/)

therion12 12-29-2001 03:22 PM

Make new users after Linux is installed??
 
I just tried IRC and it called me stupid becuase i was logged in as root, so i pressed okay and it banned me. Now how do i make a new account since it doesnt like root for whatever reason?

I found the user manager but im confused becuase im presented with alot of "options".

Scotty2435 12-29-2001 03:38 PM

in terminal use

adduser USERNAMEHERE

or just spend a little bit more time in the user manager.

therion12 12-29-2001 05:30 PM

Thanks scotty!

therion12 12-29-2001 07:30 PM

Ok, i made the user in the konsole and changed the password in the user manager, but when i try to login using that username it would accept my password and after a few seconds crash back into the login screen (graphical login screen).

Any ideas what i am doing wrong? i would just use root as the user but IRC bans me if i do.

DavidPhillips 12-29-2001 11:24 PM

Don't worry about user manager for now, it's much easier without it
these two commands are all you need for basic users


adduser david

passwd david


now if you want to add the user to a certain group then try this...


gpasswd -a david groupname


the group must already exist


to create groups use ...

groupadd groupname

therion12 12-30-2001 01:00 AM

Thanks man, its smokin'' now. Its amazing how everything you need to do can be figured out or done inside the "KONSOLE".

DavidPhillips 12-30-2001 02:15 AM

Cool


Yea it's usually easier just to type a couple of commands instead of dragging out a lot of gui stuff


All times are GMT -5. The time now is 01:00 AM.