Results 11 to 20 of 27
well root worked, but it puts me in a text mode, and I'm not sure how to get into the graphical mode....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-31-2007 #11Just Joined!
- Join Date
- Dec 2007
- Posts
- 15
well root worked, but it puts me in a text mode, and I'm not sure how to get into the graphical mode.
- 01-01-2008 #12
Execute adduser command and create a new user. Logout and login using new user account. Execute startx command and post error message here, if any.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-01-2008 #13Just Joined!
- Join Date
- Dec 2007
- Posts
- 15
ok... I was able to add users... but it won't let me log into any of them... even if I set a password. I've tried it with a number accounts, but won't let me set a password...
I was however able to startx in root. I was hoping to find a user utility in there, but no avail. is there a way to set the user account. I looked all over, not having much luck
- 01-01-2008 #14
What error message does it throw while logging in as regular user?
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-01-2008 #15Just Joined!
- Join Date
- Dec 2007
- Posts
- 15
it just says "incorrect password"...
logging on with anything other than root does this
I tried making several accounts... even an account with test
am I doing this right... this is how I added it:
adduser test -p test
- 01-01-2008 #16
Log in as root and execute this
Post output here.Code:ls -l /home
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-01-2008 #17Just Joined!
- Join Date
- Dec 2007
- Posts
- 15
there are 4 entries.... and they look like this:
drwx------ 4 mark mark 4096 2007-12-31 20:47 mark (in blue)
the other 3 look exactly like this.
- 01-01-2008 #18
Are you creating same UserID? Try different User ID.
Execute this
Assign it password and try to login as angels.Code:adduser angels
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-01-2008 #19Just Joined!
- Join Date
- Dec 2007
- Posts
- 15
password
how do I assign the password for the account?
- 01-01-2008 #20
When you execute adduser command, it will ask for User details including password.
Nothing will appear on screen while typing password, not even ******.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
