Cron - Information on configuring Unix cron tasks (invoking something to run at a specific time in a Unix based system)
To open up the cron config for the current Unix user account (WARNING: It is bad practice to set cron tasks to a user account as tasks will not be visable by other users on the system by using this command!):
crontab -e