Index of /freebsd/head/usr.sbin/pw
Name Last modified Size Description
Parent Directory 10-Nov-2014 04:17 -
bitmap.h 27-Sep-2011 02:25 2k
psdate.c 27-Sep-2011 02:25 7k
psdate.h 27-Sep-2011 02:25 2k
cpdir.c 19-Feb-2012 19:16 4k
fileupd.c 30-Oct-2012 04:08 2k
pw.8 30-Oct-2012 04:08 25k
pw.c 30-Oct-2012 04:08 13k
pwupd.h 30-Oct-2012 04:08 4k
pw_nis.c 21-Nov-2012 04:17 3k
bitmap.c 06-Dec-2012 04:09 3k
grupd.c 06-Dec-2012 04:09 3k
rm_r.c 06-Dec-2012 04:09 2k
pw_vpw.c 28-Dec-2012 04:59 4k
pw_log.c 16-Jan-2013 04:28 2k
pw.conf.5 14-May-2013 04:25 9k
pw.h 28-Sep-2014 13:48 4k
pw_conf.c 28-Sep-2014 13:48 13k
pwupd.c 28-Sep-2014 13:48 4k
Makefile 03-Oct-2014 04:50 1k
pw_group.c 29-Oct-2014 04:30 11k
pw_user.c 29-Oct-2014 04:30 37k
tests/ 03-Nov-2014 04:38 -
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: head/usr.sbin/pw/README 70588 2001-01-02 04:01:59Z peter $