Hey Linux pros!
I'm currently taking a course which includes Linux however the teacher

is terrible at delivering the content and I've done my best to decipher this assignment. Maybe I could find better insight from users like yourselves. This is NOT a direct copy/paste of my assignment, I did alot of cleaning up. Anyway, here we go :
----------------------------------------------------------------------------------------------
Linux II Assignment II Understanding
PART 1
Create this cronjob :
- Create a file in root's home directory.
- Make that file list all other files that have the setuid bit.
- Only capture good output. No error messages.
- This happens once a month on the first day.
- Give the file a descriptive filename and include date info : Month, Week, Day as part of the filename.
- Everytime the file is created log the action to a separate log file named /var/log/rootadmin
- Use facility user for logging.
- Message must be descriptive and contains date/time, host and pid.
- Extract using grep the log entries of the scheduler that pertains to the job you created and save it as a file name ~root/cronlog
-----------------------------------------------------------------------------------------------------
Now, I'm not asking for someone to actually do it for me. no.no. I simply wish for help getting started and maybe help me understand what I'm doing. So far, our teacher has VERY briefly touched on Cron and my understanding is quite limited at this point.
Thanks in advance!
-JD-