Results 1 to 2 of 2
Im trying to make a new user account, and am having some trouble. I log in as root, and then at a shell prompt, I type:
Code:
adduser -p abcdef ...
- 04-20-2005 #1Linux Newbie
- Join Date
- Nov 2004
- Posts
- 166
adduser trouble
Im trying to make a new user account, and am having some trouble. I log in as root, and then at a shell prompt, I type:
This should create a user account called "alex" with a password of abcdef, right? When I do this, it creates the account, but it wont accept abcdef as the password. What am I missing??Code:adduser -p abcdef alex
ps. abcdef is not my real password :PRegistered Linux User Number 373366
- 04-20-2005 #2Linux Newbie
- Join Date
- Nov 2004
- Posts
- 166
ok i fixed it
all i had to do was type "adduser" and then answer the questions
Registered Linux User Number 373366


Reply With Quote
