LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Create new user (https://www.linuxquestions.org/questions/linux-newbie-8/create-new-user-4175452437/)

mmax 03-02-2013 05:14 PM

Create new user
 
Hi!

I am using Linux Lite and would like to create new user account without using the Terminal. How can I do this?

Tnx

shivaa 03-02-2013 08:13 PM

Try:
Code:

~% man useradd
~% man adduser

~% useradd <username>
~% adduser <username>


mmax 03-03-2013 12:51 AM

Hi!

For me, Terminal is a Black box. At this point, I would like to avoid it, if possible...

Tnx

kooru 03-03-2013 01:20 AM

You should learn to use the terminal.
Anyway, your linux distro that use? Desktop environment (gnome, xfce, kde, etc?)?

edit: if you use ubuntu, try here

mmax 03-03-2013 01:35 AM

Hi!

I know that I should learn how to use Terminal- and I will. At this point I am just figuring out how to do stuff without it. When I get more into it I will hit the Terminal :)

I am using Linux Lite 1.0.2 (Ubunt based)
Xfce Desktop Environment

Tnx

kooru 03-03-2013 01:43 AM

try so:

menu --> system -> user and groups.
this link could be useful

mmax 03-03-2013 02:25 AM

1 Attachment(s)
It would be great if I could find Users and Gropsp in my Menu :) It just isnt't there. This is all I have:

kooru 03-03-2013 02:41 AM

This is beacuse you should install from terminal

Code:

sudo apt-get install gnome-system-tools

mmax 03-03-2013 03:30 AM

Thank you!

It totally works :)

kooru 03-03-2013 03:43 AM

Quote:

Originally Posted by mmax (Post 4903567)
Thank you!

It totally works :)

good ;)


All times are GMT -5. The time now is 04:44 AM.