| View previous topic :: View next topic |
| Author |
Message |
spasmous2 Guest
|
Posted: Wed Oct 29, 2008 3:38 pm Post subject: Create new user on eeepc linux |
|
|
| Anyone know how to create a new user on the "easy" linux on eeepc? |
|
| |
|
Back to top |
J.O. Aho Guest
|
Posted: Wed Oct 29, 2008 9:53 pm Post subject: Re: Create new user on eeepc linux |
|
|
spasmous2 wrote:
| Quote: | Anyone know how to create a new user on the "easy" linux on eeepc?
|
As privileged user (root) you can type
adduser -d /home/username -m -p password username
in a console/terminal, you may need get privileged access with
sudo adduser -d /home/username -m -p password username
There may be a graphical tool for it too.
--
//Aho |
|
| |
|
Back to top |
Mark Madsen Guest
|
Posted: Fri Oct 31, 2008 12:42 am Post subject: Re: Create new user on eeepc linux |
|
|
On Wed, 29 Oct 2008 17:53:34 +0100, J.O. Aho wrote:
| Quote: | spasmous2 wrote:
Anyone know how to create a new user on the "easy" linux on eeepc?
|
Assuming you mean the pre-installed Xandros, it doesn't manage logins.
| Quote: | As privileged user (root) you can type
adduser -d /home/username -m -p password username
in a console/terminal,
you may need get privileged access with
sudo adduser -d /home/username -m -p password username
|
IIRR the EeePC does not have sudo enabled, instead use "su" and give your
own password to become root.
| Quote: | There may be a graphical tool for it too.
|
There isn't  |
|
| |
|
Back to top |
Lawrence D'Oliveiro Guest
|
Posted: Fri Nov 07, 2008 8:25 am Post subject: Re: Create new user on eeepc linux |
|
|
In message <490a0e41$1_3@news.bluewin.ch>, Mark Madsen wrote:
| Quote: | IIRR the EeePC does not have sudo enabled ...
|
Yes it does, and furthermore it doesn't require a password. |
|
| |
|
Back to top |
|