![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| crontab couldn't run through, help | duke0001 | UNIX for Advanced & Expert Users | 10 | 02-06-2008 03:22 AM |
| help with crontab | bob122480 | Shell Programming and Scripting | 3 | 01-22-2007 08:49 PM |
| Crontab | gen4ik | UNIX for Dummies Questions & Answers | 1 | 01-18-2007 07:26 AM |
| ftp and crontab | user` | Shell Programming and Scripting | 27 | 11-13-2006 08:02 PM |
| Crontab | lo-lp-kl | UNIX for Dummies Questions & Answers | 2 | 05-05-2005 06:21 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Crontab
I would like to schedule a job with crontab.
In the crontab file, I wrote: 0 12 20 11 * /export/home/x2693/project/scripts/perl test.pl 1 0 0 ...but the output is: Your "cron" job on suncbk11 /export/home/x2693/project/scripts/perl test.pl 1 0 0 produced the following output: sh: /export/home/x2693/project/scripts/perl: not found Someone can suggest me the correct syntax? Thanks! |
|
||||
|
What output do you get when you run the command below from the command line?
Code:
/export/home/x2693/project/scripts/perl test.pl 1 0 0 |
|
||||
|
Quote:
I wonder why the perl bin should be under such a path /export/home/x2693/project/scripts/ I doubt on the perl bin path. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|