Name Date Size #Lines LOC

..22-Aug-2023-

tests/H22-Aug-2023-1,5431,133

MakefileH A D22-Aug-2023312 1911

Makefile.dependH A D22-Aug-2023319 2113

READMEH A D22-Aug-2023896 2316

bitmap.cH A D22-Aug-20233 KiB13487

bitmap.hH A D22-Aug-20231.8 KiB5318

cpdir.cH A D22-Aug-20233.4 KiB12678

grupd.cH A D22-Aug-20232.6 KiB11268

psdate.cH A D22-Aug-20235.8 KiB260189

psdate.hH A D22-Aug-20231.7 KiB4410

pw.8H A D22-Aug-202327 KiB1,0791,078

pw.cH A D22-Aug-202311.8 KiB385316

pw.conf.5H A D22-Aug-20238.5 KiB319318

pw.hH A D22-Aug-20233.7 KiB11771

pw_conf.cH A D22-Aug-202313 KiB546475

pw_group.cH A D22-Aug-202314.6 KiB697551

pw_log.cH A D22-Aug-20233.4 KiB12171

pw_nis.cH A D22-Aug-20232.6 KiB10261

pw_user.cH A D22-Aug-202343.8 KiB1,8401,500

pw_utils.cH A D22-Aug-20232.6 KiB9759

pw_vpw.cH A D22-Aug-20234.4 KiB217157

pwupd.cH A D22-Aug-20233.4 KiB15599

pwupd.hH A D22-Aug-20234.6 KiB149100

rm_r.cH A D22-Aug-20232.3 KiB7639

strtounum.cH A D22-Aug-20232.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, <[email protected]>
20
21$FreeBSD$
22
23