freebsd-dev/usr.sbin/pw
2004-07-02 23:13:00 +00:00
..
bitmap.c
bitmap.h de-__P() 2002-07-11 19:07:35 +00:00
cpdir.c
edgroup.c Shift file locking to source file instead of temp file. This fixes 2004-03-08 20:31:37 +00:00
fileupd.c Shift file locking to source file instead of temp file. This fixes 2004-03-08 20:31:37 +00:00
grupd.c
Makefile style.Makefile(5) 2003-04-04 17:49:21 +00:00
psdate.c Use strlcpy(3) to replace the idiomatic 2004-06-17 14:07:16 +00:00
psdate.h de-__P() 2002-07-11 19:07:35 +00:00
pw_conf.c
pw_group.c Add a -H <fd>' option that is like -h <fd>', but accepts an already 2004-01-11 18:28:08 +00:00
pw_log.c
pw_nis.c
pw_user.c Use strlcpy(3) to replace the idiomatic 2004-06-17 14:07:16 +00:00
pw_vpw.c Use strlcpy(3) to replace the idiomatic 2004-06-17 14:07:16 +00:00
pw.8 Mechanically kill hard sentence breaks. 2004-07-02 23:13:00 +00:00
pw.c Add a -H <fd>' option that is like -h <fd>', but accepts an already 2004-01-11 18:28:08 +00:00
pw.conf.5 mdoc(7): Use the new feature of the .In macro. 2003-09-08 19:57:22 +00:00
pw.h
pwupd.c Do not expose password if it is empty and PWF_STANDARD format is requested 2003-01-23 19:51:48 +00:00
pwupd.h de-__P() 2002-07-11 19:07:35 +00:00
README
rm_r.c

pw is a command-line driven passwd/group editor utility that provides
an easy and safe means of modifying of any/all fields in the system
password files, and has an add, modify and delete mode for user and
group records. Command line options have been fashioned to be similar
to those used by the Sun/shadow commands: useradd, usermod, userdel,
groupadd, groupmod, groupdel, but combines all operations within the
single command `pw'.

User add mode also provides a means of easily setting system useradd
defaults (see pw.conf.5), so that adding a user is as easy as issuing
the command "pw useradd <loginid>". Creation of a unique primary
group for each user and automatic membership in secondary groups
is fully supported.

This program may be FreeBSD specific, but should be trivial to port to
other bsd4.4 variants.

Author and maintainer: David L. Nugent, <davidn@blaze.net.au>

$FreeBSD$