I am in a system administration course in college in which I have my own FreeBSD server set up, so I obviously can login as the root user. I need to figure out where the actual passwords for users are stored, where they are not encrypted, if they are even stored in such a way. I know that all user account information as well as process information is stored in the /etc/passwd directory but there are only "*" in the password fields. I just need to know the directory and file where they are stored.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
migrated from stackoverflow.com Oct 25 '11 at 12:58
|
/etc/master.passwd is where the encrypted passwords are stored. The unencrypted passwords are not stored anywhere, as that would be a major security risk. |
|||
|
|
|
It's the But you should use |
|||
|
|