View Single Post

  #5 (permalink)  
Old 03-24-2008, 10:52 PM
Tux-Idiot Tux-Idiot is offline
Member
User
 
Join Date: Mar 2008
My distro: Debian, Slackware, LFS
Posts: 83
Rep Power: 1
Tux-Idiot is on a distinguished road
Default

Quote:
Originally Posted by tuxg View Post
Hi,

Give the pathname of bash on your system and see if it works.
Something like:
***** /bin/bash /path/to/script/script.sh
+ chmod +x file.sh (may also source file.sh cron file)
+ check if user is in allow.cron or in deny.cron
+ man 1 cron
+ man 5 cron
+ man crontab
+ lastly check the crontab
crontab -l [username/login id]
if not okay? edit
crontab -e [username/login id]
Reply With Quote