Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
hi everybody!!!! I've just installed linuxmandrake 10.1, it installed fine, but when it load keeps asking me for a password, but I chose the option of no passwords because I'm the only one who uses the PC, so I dont know if this is normal and I dont want to waste time installing it again and less to installit with a password.
Ideas please.
Thanks
i don't use mandrake, but i would assume the "passwordless" option is for a regular user account... i would imagine you'd still need a password for the root account...
When you say that it keeps asking you for a password, do you mean that you choose your user, and a password box still appears?
This is normal. Just hit enter with a blank password box and you should be able to log in. It's not like in Windows XP where if you don't have a password, you can just click on your username and go.
nop....I've tried with no characters, with my username, even with my windows password(i've 2 OS's in my pc)none of them worked.......the login window shows nothing but a box requesting me for a password, only that, ani't showing any username.
i dont know what is wrong with that stupid linux OS
Hm..... if you are 100% sure that that's the password you chose at install time, then what I'd personally do is download a copy of Knoppix-STD, burn it to CD, and use the password recovery tools included on the LiveCD to crack the password as written in the /etc/passwd file. Then again, I'm sure there's more civil ways, just offering a personal suggestion...
Originally posted by naimslim89 Hm..... if you are 100% sure that that's the password you chose at install time, then what I'd personally do is download a copy of Knoppix-STD, burn it to CD, and use the password recovery tools included on the LiveCD to crack the password as written in the /etc/passwd file. Then again, I'm sure there's more civil ways, just offering a personal suggestion...
the password is actually in the /etc/shadow file... but you don't need to crack the password, you can just erase it... either way, i don't think none of this is an option in this case... i sense a re-install is on it's way...
Originally posted by feigenluis
hi everybody!!!! I've just installed linuxmandrake 10.1, it installed fine, but when it load keeps asking me for a password, but I chose the option of no passwords because I'm the only one who uses the PC, so I dont know if this is normal and I dont want to waste time installing it again and less to installit with a password.
Originally posted by win32sux the password is actually in the /etc/shadow file... but you don't need to crack the password, you can just erase it... either way, i don't think none of this is an option in this case... i sense a re-install is on it's way...
So hang on... what's the difference between the shadow file and the passwd file? Both of them can be used to extract the password, can't they? ...
Btw feigenluis, if you can log in as root, open up a terminal window, and type:
passwd user (Where user is your username)
You'll be prompted for the new password (without having to specify your old one).
Last edited by naimslim89; 05-31-2005 at 05:30 AM.
Originally posted by naimslim89 So hang on... what's the difference between the shadow file and the passwd file? Both of them can be used to extract the password, can't they? ...
the password is stored in the shadow file... that's why the shadow file can only be read by root, while the passwd file can be read by any user... back in the day, the passwords were stored in the passwd file... this kinda sucked, because even though the passwords were hashed, the file was still readable by everyone... so now with the shadow suite the password is stored in the shadow file, which is only readable by root...
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.