您的位置:首页 > 运维架构 > Linux

Linux中的/etc/gshadow中密碼的作用

2011-11-16 11:49 351 查看
轉自:http://linux.die.net/man/5/gshadowencrypted password

Refer to crypt(3) for details on how this string is interpreted.

If the password field contains some string that is not a valid result of crypt(3), for instance ! or *, users will not be able to use a unix password to access the group (but group members do not need the password).

The password is used when an user who is not a member of the group wants to gain the permissions of this group。

This field may be empty, in which case only the group members can gain the group permissions.

A password field which starts with a exclamation mark means that the password is locked. The remaining characters on the line represent the password field before the password was locked.

This password supersedes any password specified in /etc/group.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  linux 职场 password