从男人5影子:
的/ etc /阴影 -
Backup file for /etc/shadow. Note that this file is used by the tools of the shadow toolsuite, but not by all user and password management tools.
我想知道的是,什么时候备份这个文件? 是否有配置文件可以更改此备份的频率,甚至禁用此备份?
答案 0 :(得分:0)
根据我的经验,文件会在修改时备份。因此,当用户执行passwd以更改他/她自己的密码时,影子文件的/ old /版本将移至 / etc / shadow - ,新版本将写入 / etc /阴影,同样适用于 / etc / gshadow 和 / etc / gshadow - ,但现在将密码分配给群组并不常见。
http://linux.die.net/man/5/shadow
http://linux.die.net/man/1/passwd
来自影子(5):
文件
<强> / etc / passwd中强>
用户帐户信息。
<强>的/ etc /阴影强>
保护用户帐户信息。
<强>的/ etc /阴影 - 强>
/ etc / shadow的备份文件。
请注意,此文件由shadow tooluite的工具使用,但不是由所有用户和密码管理工具使用。