|
NAMEvipw —
edit the password file
SYNOPSIS
DESCRIPTIONThevipw utility edits the password file after setting
the appropriate locks, and does any necessary processing after the password
file is unlocked. If the password file is already locked for editing by
another user, vipw will ask you to try again later.
The default editor for vipw is
vi(1).
When run without options, The Once the information has been verified,
ENVIRONMENTIf the following environment variable exists it will be utilized byvipw :
SEE ALSOchpass(1), passwd(1), passwd(5), adduser(8), pw(8), pwd_mkdb(8)HISTORYThevipw utility appeared in
4.0BSD.
BUGSThe mechanism for checking for password file modifications requires that the modification time of the password file changes. This means that in a default configuration where file system timestamps are not calculated with sub-second precision,EDITOR has to run for at least one second.
Non-interactive editor scripts should invoke
sleep(1)
or equivalent to ensure this happens.
Visit the GSP FreeBSD Man Page Interface. |