On Thu, Feb 21, 2002 at 03:33:19AM +0000, Sandeep Vasishta wrote:
| vi try
<snip>
| cd /home/vipin
| mkdir vipin
| cp vipin try_cron
| 
| and I have made try file executable.
| 
| crontab -e
| 
| 30 * * * * cd /home/vipine; ./try
                           ^ is this a typo?

Other than that, remove 'cd /home/vipin;' from the crontab. It's not
required. Methinks, that semi colon over there, might be confusing the
cron to stop execution there. Just have
30 * * * *      /home/vipin/try


chyrag.
-- 
Chirag Kantharia, symonds.net/~chyrag/
Linux scrooge 2.4.17 #1 Wed Jan 16 17:07:25 IST 2002 i686 unknown

          ================================================
To subscribe, send email to [EMAIL PROTECTED] with subscribe in subject header
To unsubscribe, send email to [EMAIL PROTECTED] with unsubscribe in subject header
Archives are available at http://www.mail-archive.com/ilugd%40wpaa.org
          =================================================

Reply via email to