Etc/master.passwd
From FreeBSDwiki
(Difference between revisions)
m (vandalizing) |
Ninereasons (Talk | contribs) (For more meaningful category sorting) |
||
Line 1: | Line 1: | ||
The master password file; the linux equivalent is the shadow password file. master.passwd should not be edited directly, you should instead use [[vipw]] which will call your default editor ([[ee]] or [[vi]], most likely,) allow you to edit the file and then check that the format is right before letting you save it. As in linux, /etc/passwd has the information that should be available publically (shell info, etc). | The master password file; the linux equivalent is the shadow password file. master.passwd should not be edited directly, you should instead use [[vipw]] which will call your default editor ([[ee]] or [[vi]], most likely,) allow you to edit the file and then check that the format is right before letting you save it. As in linux, /etc/passwd has the information that should be available publically (shell info, etc). | ||
− | [[Category:Important Config Files]] | + | [[Category:Important Config Files|master.passwd]] |
Revision as of 10:15, 4 May 2006
The master password file; the linux equivalent is the shadow password file. master.passwd should not be edited directly, you should instead use vipw which will call your default editor (ee or vi, most likely,) allow you to edit the file and then check that the format is right before letting you save it. As in linux, /etc/passwd has the information that should be available publically (shell info, etc).