Activating your cron configuration
Once you are satisfied with your setup, run the following command to activate your changes, assuming that your configuration file is called ~/.crontab:
crontab ~/.crontab
Disabling your cron jobs
Just run crontab -r ~/.crontab
Checking your cron configuration
Run crontab -l to display the jobs cron is running for you.