Cronjob: Basics and reboot
One of Linux five star things is the cronjobs. They allow you to automatically run stuf (scripts, applications, etc.) at quite specific times.
The crontab is the place controlling when the stuff is run and you can list the crontab using the commaand crontab -l for the current user.
If you want to edit the crontab, just use the command crontab -e and it launches the crontab in the default editor (set EDITOR env variable to change the editor used). The format is basically like this: