|
发表于 2007-10-22 07:23:54
|
显示全部楼层
PWCONV(8)
NAME
pwconv, pwunconv, grpconv, grpunconv - convert to and from shadow
passwords and groups.
SYNOPSIS
pwconv
pwunconv
grpconv
grpunconv
DESCRIPTION
These four programs all operate on the normal and shadow password and
group files: /etc/passwd, /etc/group, /etc/shadow, and /etc/gshadow.
pwconv creates shadow from passwd and an optionally existing shadow.
pwunconv creates passwd from passwd and shadow and then removes
shadow. grpconv creates gshadow from group and an optionally existing
gshadow. grpunconv creates group from group and gshadow and then
removes gshadow. |
|