core/shadow/pwck
2006-02-23 15:26:10 +00:00

10 lines
136 B
Bash
Executable File

#!/bin/sh
#
# /etc/cron/daily/pwck: verify integrity of password and group files
#
/usr/sbin/pwck -r
/usr/sbin/grpck -r
# End of file