![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| crontab execution | vadharah | Shell Programming and Scripting | 4 | 05-15-2008 09:22 AM |
| execution without ./ | mehmetned | Shell Programming and Scripting | 7 | 02-10-2007 08:49 PM |
| execution without using (./) | mehmetned | UNIX for Dummies Questions & Answers | 2 | 02-09-2007 10:28 AM |
| unixODBC - Problems in the execution of isql | paulexpert | HP-UX | 11 | 12-08-2005 06:05 PM |
| 'make' problems (compliation problems?) | xyyz | UNIX for Advanced & Expert Users | 5 | 11-05-2001 10:47 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
I need your help please
Inin a production system i found crontab entries was removed because i typed crontab -l with username corasc and didn't show anything. i asked the administrador to restored the mentioned crontab, he restored the crontab: The problem is when restored the crontab file is not executing any entry: What happenned:? i checked up the /usr/lib/cron/cron.allow and the username corasc is included, also checkup the /usr/lib/cron/cron.deny and it doesn exist i checked up the crontab file and permissions and: ls -lrt /var/spool/cron/crontabs/corasc -r-------- 1 root colombia 1072 Dec 4 02:50/var/spool/cron/crontabs/corasc BEFORE BEING REMOVED THE CRONTAB, IT WAS WORKING, si i show you the crontab lines corasc@altamira00 : corasc > crontab -l #Logs maintainance 0 0 * * * /usr/bin/find /export/app/CO/rasc/log/xa -name "*.trc" -mtime +2 -exec rm -f {} \; > /dev/null 2>&1 0 0 * * * /usr/bin/find /export/app/CO/rasc/log/ULOG -name "ULOG." -mtime +2 -exec rm -f {} \; > /dev/null 2>&1 0 0 * * * /usr/bin/find /export/app/CO/rasc/log/MAS "*.log" -mtime +2 -exec rm -f {} \; > /dev/null 2>&1 # Generacion Pines 00 2 * * * /export/app/CO/rasc/scr/lanza_generacion_pines.sh > /dev/null 2>&1 # Informes 0 3 1 * * /export/app/CO/rasc/scr/Informe_Tarjetas.ksh > /dev/null 2>&1 52 05 08 * * /export/app/CO/rasc/scr/Informe_Tarjetas.ksh > /export/app/CO/rasc/scr/log_Tarjetas.txt > /dev/null 2>&1 # Generacion de estadisticas 5 0 * * * /export/home/corasc/scripts/EstadisticasTUX.ksh > /export/app/CO/rasc/log/EstadisticasTUX.log > /dev/null 2>&1 I'd appreciate your help thanks |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|