opnsense-src/usr.sbin/pw
Franco Fichtner 0dc4b34cbd src: switch to release/11.2.0
Taken from: FreeBSD commit 62a489e1688b21b7cbdab9ffdb449a67bacc770c
2018-10-07 14:26:34 +02:00
..
tests src: switch to release/11.2.0 2018-10-07 14:26:34 +02:00
bitmap.c src: switch to release/11.2.0 2018-10-07 14:26:34 +02:00
bitmap.h src: switch to release/11.2.0 2018-10-07 14:26:34 +02:00
cpdir.c src: switch to release/11.2.0 2018-10-07 14:26:34 +02:00
grupd.c src: switch to release/11.2.0 2018-10-07 14:26:34 +02:00
Makefile src: clean-cut move to release/11.0.0 2016-10-03 12:28:21 +02:00
Makefile.depend src: clean-cut move to release/11.0.0 2016-10-03 12:28:21 +02:00
psdate.c src: switch to release/11.2.0 2018-10-07 14:26:34 +02:00
psdate.h src: switch to release/11.2.0 2018-10-07 14:26:34 +02:00
pw.8 src: switch to release/11.2.0 2018-10-07 14:26:34 +02:00
pw.c src: switch to release/11.2.0 2018-10-07 14:26:34 +02:00
pw.conf.5 src: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01:00
pw.h src: switch to release/11.2.0 2018-10-07 14:26:34 +02:00
pw_conf.c src: switch to release/11.2.0 2018-10-07 14:26:34 +02:00
pw_group.c src: switch to release/11.2.0 2018-10-07 14:26:34 +02:00
pw_log.c src: switch to release/11.2.0 2018-10-07 14:26:34 +02:00
pw_nis.c src: switch to release/11.2.0 2018-10-07 14:26:34 +02:00
pw_user.c src: switch to release/11.2.0 2018-10-07 14:26:34 +02:00
pw_utils.c src: clean-cut move to release/11.0.0 2016-10-03 12:28:21 +02:00
pw_vpw.c src: switch to release/11.2.0 2018-10-07 14:26:34 +02:00
pwupd.c src: switch to release/11.2.0 2018-10-07 14:26:34 +02:00
pwupd.h src: switch to release/11.2.0 2018-10-07 14:26:34 +02:00
README src: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01:00
rm_r.c src: switch to release/11.2.0 2018-10-07 14:26:34 +02:00
strtounum.c src: clean-cut move to release/10.3.0 2016-05-21 08:25:57 +02:00

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$