Skip to content

Instantly share code, notes, and snippets.

@clouddueling
Created November 14, 2012 15:42
Show Gist options
  • Save clouddueling/4072853 to your computer and use it in GitHub Desktop.
Save clouddueling/4072853 to your computer and use it in GitHub Desktop.
Permission denied crontab
// Check your crontab
crontab -l
// Edit your crontab and set MAILTO=myemail@email.com
crontab -e
// Getting permission denied on the bash you're trying to run?
chmod -c 777 backupSql.sh
// Change your crontab to run one minute in the future
// Check your email
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment