Etc/master.passwd
From FreeBSDwiki
(Difference between revisions)
m (Replace shold by should) |
|||
Line 1: | Line 1: | ||
− | The master password file; the linux equivalent is the shadow password file. master.passwd should not be edited directly, you | + | 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]] |
Revision as of 15:37, 14 May 2005
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).