10 lines
136 B
Bash
Executable File
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
|