core/shadow/pwck

10 lines
136 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
#!/bin/sh
#
# /etc/cron/daily/pwck: verify integrity of password and group files
#
/usr/sbin/pwck -r
/usr/sbin/grpck -r
# End of file