Created
November 14, 2012 15:42
-
-
Save clouddueling/4072853 to your computer and use it in GitHub Desktop.
Permission denied crontab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Check your crontab | |
crontab -l | |
// Edit your crontab and set [email protected] | |
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