![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| awk updating one file with another, comparing, updating | mecano | Shell Programming and Scripting | 11 | 09-14-2008 03:50 AM |
| Sed Help in Updating something only in one particular file. | bisla.yogender | Shell Programming and Scripting | 4 | 03-24-2008 08:48 AM |
| updating kde 3.5 to 4.0 | revolver | UNIX for Dummies Questions & Answers | 2 | 01-25-2008 08:04 PM |
| cron is torturing me. (not updating) | tphyahoo | UNIX for Dummies Questions & Answers | 3 | 07-10-2006 08:40 AM |
| updating ssa | chosie | AIX | 1 | 06-03-2005 01:39 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
updating a job in cron
I have updated the cronjob entry like below.
55 06 * * * <script name>|mailx -s <subject> abc@gmail.com bcd@gmail.com in the cron file ( i.e. /var/spool/cron/crontabs/root) Before updation the entry was like below. 55 06 * * * <script name>|mailx -s <subject> abc@gmail.com I have added just one email id with space as separator . when I run crontab -l, it is showing the updated entry. when I see the /var/cron/log, it shows the old job run ( mail sent to abc@gmail.com only) Please let me know what is the issue |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Is the cron output gets emailed to both email ids at all?
|
|
#3
|
|||
|
|||
|
hi,
use crontab -e to updated y crontab ( before export EDITOR=vi |
|||
| Google The UNIX and Linux Forums |