All Questions
2 questions
2
votes
2
answers
472
views
Get a list of all scripts and their paths which are run as cron job
I am looking for some scripts or a terminal command to list all the active scripts (preferably with their paths), which run on a periodic basis by cron, cron.daily and/or anacron. I am not looking for ...
10
votes
5
answers
46k
views
How to add the logs to a crontab with time stamp
In crontab, I scheduled a daily backup script. Now when the cron executes the script the status are logged to a log file as shown below.
0 0 * * * /home/backup.sh > /home/groupz/db-backup/fbackup....