Etc/master.passwd
From FreeBSDwiki
(Difference between revisions)
Ninereasons (Talk | contribs) (For more meaningful category sorting) |
m (Reverted edits by Mckinley A. Hollinger (Talk) to last revision by Jimbo) |
||
(8 intermediate revisions by 6 users not shown) | |||
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| | + | [[Category:Important Config Files|Master.passwd]] |
Latest revision as of 07:27, 22 September 2010
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.