The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 06-05-2009
mrudula009 mrudula009 is offline
Registered User
  
 

Join Date: May 2009
Posts: 22
I just tried a simple thing - to display time on the terminal every 5 minutes .. this is my crontab entry for it - but it doesnt seem to work ... y is that?

pwd
/usr/lib

contab -e
no crontab for root - using an empty one
crontab: installing new crontab

crontab -l
0,5,10,15,20 * * * * (echo -n ' '; date; echo " ") > /dev/console