Here are few commands used frequently in Crontab:
1. crontab -l
Lists all the entries in Crontab
2. crontab -l | grep script_name
Lists all crontab entries containing the Script_name
3. crontab -e
Opens VI Editor to edit cron entry
To understand Crontab Entry, click here.
More Unix Tips.
No comments:
Post a Comment
Please give your feedback, questions and suggestions. I will surely answer you.