The UNIX and Linux Forums  


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




Thread: Crontab problem
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 01-05-2009
JerryHone JerryHone is offline
Registered User
  
 

Join Date: Nov 2006
Location: UK
Posts: 178
Quote:
crontab -e
to edit the cron file or
Quote:
crontab -l
to just list the content on standard output

Once you edit a cron file, you shouldn't need to bounce the cron process - it should pick up any changes straight away itself.

Jerry