The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




Thread: CRONTAB failure
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 08-22-2007
psiva_arul's Avatar
psiva_arul psiva_arul is offline
Registered User
  
 

Join Date: Jul 2007
Location: Bangalore, India
Posts: 97
Hi,

You can issue crontab -l , it will list out the all crontjob which is in you terminal (server). Sometime you will not get anything if issue the crontab -e command in you server because i think your user doesn't have the previlleges for edit the crontab;

crontab -l --> List out the all cronjobs in your server but you can't edit the cronjobs.
crontab -e --> List out the all cronjobs and you can edit the cronjobs

Regards,
Siva.P
Bangalore