Etc/master.passwd
From FreeBSDwiki
(Difference between revisions)
Ninereasons (Talk | contribs) (keeping all "M" together in category) |
m |
||
Line 1: | Line 1: | ||
− | + | '''Etc/master.passwd''' is the master password file on FreeBSD. Its Linux equivalent is the shadow password file. Don't ever edit master.passwd directly. Use [[vipw]], which calls the default editor (likely [[ee]] or [[vi]]) but checks for any format mistakes before allowing a save. As with Linux, /etc/passwd will have any public information such as shell info and so on. | |
[[Category:Important Config Files|Master.passwd]] | [[Category:Important Config Files|Master.passwd]] |
Revision as of 00:30, 27 February 2007
Etc/master.passwd is the master password file on FreeBSD. Its Linux equivalent is the shadow password file. Don't ever edit master.passwd directly. Use vipw, which calls the default editor (likely ee or vi) but checks for any format mistakes before allowing a save. As with Linux, /etc/passwd will have any public information such as shell info and so on.