cron jobs
at time |
schedule command to run at time |
atq |
view pending jobs |
atrm 2 |
remove job 2 from the scheduled commands |
crontab -e |
set cron jobs |
0 2 * * * /dir1/script.sh |
run script /dir1/script.sh at 2pm daily |
crontab -l |
show the list the cron jobs of current user |
Comments