Name Date Size #Lines LOC

..08-May-2022-

MakefileH A D08-May-2022359 1610

READMEH A D08-May-20221 KiB2417

bitmap.cH A D08-May-20223 KiB13184

bitmap.hH A D08-May-20221.9 KiB5118

cpdir.cH A D08-May-20224.1 KiB13081

edgroup.cH A D08-May-20226.4 KiB227164

fileupd.cH A D08-May-20225.3 KiB201125

grupd.cH A D08-May-20224 KiB16999

psdate.cH A D08-May-20226.8 KiB293205

psdate.hH A D08-May-20221.6 KiB419

pw.8H A D08-May-202225.6 KiB1,0111,010

pw.cH A D08-May-202212.8 KiB454349

pw.conf.5H A D08-May-20228.6 KiB319318

pw.hH A D08-May-20224.3 KiB13490

pw_conf.cH A D08-May-202213.1 KiB514446

pw_group.cH A D08-May-202211.1 KiB433308

pw_log.cH A D08-May-20222.4 KiB6429

pw_nis.cH A D08-May-20222.3 KiB7132

pw_user.cH A D03-Feb-202334.2 KiB1,238893

pw_vpw.cH A D08-May-20227.1 KiB309242

pwupd.cH A D08-May-20224.9 KiB211149

pwupd.hH A D08-May-20224.7 KiB155107

rm_r.cH A D08-May-20222.3 KiB7339

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: src/usr.sbin/pw/README,v 1.5.2.1 2001/01/14 08:43:04 dougb Exp $
22$DragonFly: src/usr.sbin/pw/README,v 1.2 2003/06/17 04:30:01 dillon Exp $
23
24