![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ssh permission denied | gefa | AIX | 3 | 12-04-2008 10:52 AM |
| tar : permission denied | big123456 | UNIX for Advanced & Expert Users | 0 | 09-09-2005 05:32 AM |
| rcp 'permission denied' | Kevin Pryke | UNIX for Dummies Questions & Answers | 6 | 04-24-2002 05:20 AM |
| Permission Denied using VI on my NFS | jennifer | UNIX for Dummies Questions & Answers | 4 | 08-08-2001 07:34 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Cronjob: permission denied
Hello everybody,
I will be very thankfull for any help to solve this problem. My project installed in subfolder and url is mysite.mydomain.com. Can't setup crontab for this project, error: " /bin/sh: /usr/bin/GET: Permission denied ". But it is working fine for root directory installation. Any clue?. Thanks in advance. |
|
||||
|
Quote:
0 0 * * * GET http://www.mysite.mydomain.com/cronjob.php > /dev/null 0 0 * * * GET http://www.mydomain.com/mysite/cronjob.php > /dev/null |
|
||||
|
Quote:
Based on the error message: error: " /bin/sh: /usr/bin/GET: Permission denied ". Crontab interprete GET as a unix command and run a which on GET. However, GET does not exist, I believe on any setted PATH or /usr/bin. Solution: If GET is executable script.. Hard coded the path to GET in your crontab. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|