crontab
How can I lock a file from a program started as a cron job on Linux?
I use fcntl in my codes to lock file and unlock to practice like mutex in windows... I start my app in linux manually, i got right result, with the app runs smoothly...[详细]
2022-12-19 16:41 分类:问答Where can I set environment variables that crontab will use?
I have a crontab running every hour. The user running it has environment variabless in the .bash_profile that work when the user runs the job from the terminal, however, obviously th开发者_开发问答ese[详细]
2022-12-19 11:37 分类:问答shell script not running via crontab, runs fine manually
I have tried exporting my paths and variables and crontab still will not run my script. I\'m sure I am doing something wrong.[详细]
2022-12-19 08:14 分类:问答/bin/sh: get: command not found
When I try to run a script by cron I get this error messaege: /bin/sh: get: command not found I also tried it in bash shell, and I tried \'curl\', \'wget\' and \'fetch\' but non of them helped.[详细]
2022-12-18 20:05 分类:问答Cron job, execute php script
I want to run a php script every morning, the script would send an email. But the email I get from cron always contains an error message.[详细]
2022-12-18 13:01 分类:问答Crontab no error but doesn't execute script
I\'m trying to execute a shell script from cron on Freebsd. To test whether crontab is working at all, I wrote the line[详细]
2022-12-16 17:25 分类:问答cron jobs under mac os 10.6 snow leopard
I\'m trying to set up an automated svn commit to run semi-hourly under mac os 10.6, but the crontabs i\'m adding to cron don\'t seem to be valid and/or don\'t seem to even be looked at by cron. For te[详细]
2022-12-15 04:51 分类:问答Crontab doesn't run Wget with a url with parameters
I\'m using Aptana Cloud without root access. WORKS: * * * * * /usr/sfw/bin/wget -qO- \'http://myproject.aptanacloud.com/myproject/myphp.php\' | /bin/mail mymail@mymail.com[详细]
2022-12-14 02:12 分类:问答run cronjobs and send to email problems
I want to create cronjobs that runs 开发者_Python百科every 10 min < time now and mail me a email with the follow txt.[详细]
2022-12-13 04:21 分类:问答PHP generate a crontab
I want to have a web interfac开发者_如何学Ce to control when to call a PHP script. In this interface I want to be able to set certain times or ranges that a script will be called. This information wil[详细]
2022-12-12 14:57 分类:问答