Alwanza Home Extraordin-Air Team Final Project Linux Course Home
Project #7

Create a script that provides a list of all changed files (nightly)

1) Write PERL script (see below) stored in /root/bin
chk4chngs.pl


2) Add root cron job to run at 1:05 am nightly

insert the following line in the crontab for root (crontab -e)

5 1 * * * /root/bin/chk4chngs.pl > /root/bin/changes.ls