Cronjob Cheatsheet 123456789101112131415161718# crontab# min, hour, day, month, day_of_week, command# every 5 mins*/5 * * * * /path/to/myscript.sh# 0,2,4 mins0,2,4 * * * * /path/to/myscript.sh# 1-10 mins1-10 * * * * /path/to/myscript.sh# hourly@hourly /path/to/myscript.sh0 * * * * /path/to/myscript.sh# startup@reboot /path/to/myscript.sh Newer Learning Roadmap 2018 Older OWASP top 10, 2017 - A3 Sensitive Data Exposure