FreeBSD 密码文件

use*_*648 3 linux password-management freebsd bsd shadow-copy

什么是相当于 linux /etc/shadow 和 /etc/passwd 的 FreeBSD 密码文件?是一样的吗?

据我所知,/etc/passwd 存在于 FreeBSD 中,但不确定是否存在 /etc/shadow。

小智 5

在 freeBSD 中,密码和用户相关信息被存储为 blow。

 /etc/master.passwd  the user database. Its equivalent for /etc/shadow of Linux
 /etc/passwd         a Version 7 format password file. Same as /etc/passwd of Linux
 /etc/passwd.XXXXXX  temporary copy of the password file
Run Code Online (Sandbox Code Playgroud)