mkpasswd8mkpasswdUpdate passwd and group database filesmkpasswd-fvgps fileDESCRIPTIONmkpasswd reads the file in the format given by the
flags and converts it to the corresponding database file format. These
database files are used to improve access performance on systems with
large numbers of users. The output files will be named file.dir and file.pag.
The option causes mkpasswd
to ignore any existing output files and overwrite them. Normally
mkpasswd complains about existing output files and
quits.
The option causes mkpasswd
to output information about each record as it is converted, with a
final message at the very end.
The option treats the input file as though it
were in /etc/group file format. When combined
with the option, the
/etc/gshadow file format is used instead.
The option treats the input file as though it
were in /etc/passwd file format. This is the
default. When combined with the option, the
/etc/shadow file format is used instead.
CAVEATSThe use of more than one database file is limited to systems which
include the NDBM database library and therefore may not be available
on every system.
NOTESince most commands are capable of updating the database files as
changes are made, this command need only be used when re-creating a
deleted or corrupted database file.
FILES/etc/passwduser account information/etc/shadowsecure user account information/etc/groupgroup account information/etc/gshadowgroup account informationSEE ALSOgroup5,
passwd5,
shadow5AUTHORJulianne Frances Haugh (jockgrrl@ix.netcom.com)