![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Schedule to run every 3 minutes - CRONTAB | prashanth_gs | SUN Solaris | 4 | 02-20-2007 07:52 AM |
| schedule many jobs using cron | sireesha15 | UNIX for Dummies Questions & Answers | 1 | 11-28-2006 11:20 PM |
| How to schedule a job | ashvik | UNIX for Advanced & Expert Users | 5 | 09-22-2005 08:53 AM |
| How can I schedule a script on Solaris? | krikets | Shell Programming and Scripting | 3 | 10-06-2003 10:29 AM |
| schedule dial-out different ISP's | Hansaplast | UNIX for Dummies Questions & Answers | 2 | 01-15-2002 03:23 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
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. |
|
||||
|
You type crontab -e, it open editor to edit crontab. After you enter your crontab line, you need to type shift: wq to save your editing line. Then crontab will take action. It seems that you didn't save crontab file. The crontab didn't take any action. Try again.
Last edited by duke0001; 12-01-2006 at 10:54 PM.. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|