Name Date Size #Lines LOC

..--

tests/H10-Jan-2016-1,174865

MakefileHD10-Jan-2016320 2012

Makefile.dependHD10-Jan-2016337 2214

READMEHD10-Jan-2016896 2316

bitmap.cHD10-Jan-20162.9 KiB13287

bitmap.hHD10-Jan-20161.8 KiB5118

cpdir.cHD10-Jan-20163.4 KiB12579

grupd.cHD10-Jan-20162.5 KiB10664

psdate.cHD10-Jan-20165.9 KiB262193

psdate.hHD10-Jan-20161.6 KiB419

pw.8HD10-Jan-201626.1 KiB1,0501,049

pw.cHD10-Jan-201611.7 KiB382315

pw.conf.5HD10-Jan-20168.5 KiB319318

pw.hHD10-Jan-20163.6 KiB10764

pw_conf.cHD10-Jan-201612.5 KiB525458

pw_group.cHD10-Jan-201614.5 KiB695551

pw_log.cHD10-Jan-20162.4 KiB6935

pw_nis.cHD10-Jan-20162.5 KiB9657

pw_user.cHD10-Jan-201643.1 KiB1,8161,483

pw_utils.cHD10-Jan-20162.6 KiB10062

pw_vpw.cHD10-Jan-20164.2 KiB206149

pwupd.cHD10-Jan-20163.3 KiB15096

pwupd.hHD10-Jan-20164.7 KiB153105

rm_r.cHD10-Jan-20162.2 KiB7136

strtounum.cHD10-Jan-20162.2 KiB7342

README

1
2pw is a command-line driven passwd/group editor utility that provides
3an easy and safe means of modifying of any/all fields in the system
4password files, and has an add, modify and delete mode for user and
5group records. Command line options have been fashioned to be similar
6to those used by the Sun/shadow commands: useradd, usermod, userdel,
7groupadd, groupmod, groupdel, but combines all operations within the
8single command `pw'.
9
10User add mode also provides a means of easily setting system useradd
11defaults (see pw.conf.5), so that adding a user is as easy as issuing
12the command "pw useradd <loginid>". Creation of a unique primary
13group for each user and automatic membership in secondary groups
14is fully supported.
15
16This program may be FreeBSD specific, but should be trivial to port to
17other bsd4.4 variants.
18
19Author and maintainer: David L. Nugent, <davidn@blaze.net.au>
20
21$FreeBSD$
22
23