# to list all crontab content (including scheduled jobs) crontab -l # to edit crontab file crontab -e # once you have finished adding tasks, save the file and exit # the cron daemon will read and execute the instructions provided