reaper.pl - A Perl script that deletes accounts in bulk
reaper.pl [ -i [input file] ]
reaper.pl reads a list of user accounts (one account per line) and deletes each
one of them. It uses userdel(8) on Linux and rmuser(8) on
FreeBSD. It removes user accounts entirely, including the users' home
directories. Use with care.
- -i [input file]
- Read input from input file or stdin if "-".
list_raw Default input filename
list_digested Default output filename
newusers.pl(8), hunter-seeker.pl(8), digestion.pl.pl(8),
userneu(8)
Johannes Grassler <johannes.grassler@freenet.de>