Everything i have read has told me to create a new user not to root all the time i followed the directions and created a new user it shows at log in but the password wont work how do i delete it and try again OR how do i assign a new PW
Announcement
Collapse
No announcement yet.
[solved]user loogin
Collapse
This topic is closed.
X
X
-
Re: user loogin
Create a new user: sudo adduser
Delete a user: sudo deluser
Change user's password: sudo passwd <username>.
If the last one is run as root (with sudo), you don't have to know the user's current password.The Nomad's Land - some Linux humor too
- Top
- Bottom
Comment