The UNIX and Linux Forums  


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




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 07-03-2009
Sumedha Sobti Sumedha Sobti is offline
Registered User
  
 

Join Date: Jul 2009
Location: India
Posts: 9
Hi,

You may try the following:

EDITOR=vi
export EDITOR
crontab -e

<<Enter crontabs>>

Ctrl q! <<--- Command to end crontab file

I don't think there would be any problem, incase the problem still persists, you may use what wempy has mentioned i.e. /var/spool/cron/crontabs

Regards,
Sumedha