The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



Thread: cron
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 11-24-2005
matrixmadhan matrixmadhan is offline
Technorati Master
 

Join Date: Mar 2005
Location: Large scale systems...
Posts: 2,547
Quote:
Originally Posted by alisevA3
I have a script and I want to run it every 2 minutes by Cron

how can I do this ?

thanks

Alice

2 * * * * <your_script_path>

use
man crontab
Reply With Quote