The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 12-01-2006
prashanth_gs prashanth_gs is offline
Registered User
  
 

Join Date: Dec 2006
Posts: 25
Crontab Job - Schedule

Hi all,

I scheduled daily export backup script in my crontab on yesterday.
Today I noticed that the daily export doesnt occured.

More, while issuing command crontab -l I am not finding any scheduled jobs which I scheduled.

As this is new server, I executed following commands to schedule a job yday.

export EDITOR=vi
crontab -e

30 21 * * * /u07/backupscripts/dailyexp10g.sh

Today:
$ crontab -l
$

Nothing was there.

What is the problem and How I has to fix it?

Please advice.

Prashanth.g.s.