linux create cron job every day code example
Example 1: crontab every day
# everyday at 7am
0 7 * * *
Example 2: add new cron job in linux
For editing the cron job file :
crontab -e
For listing all the running cron job
systemctl status cron ----OR---- crontab -l