Linux - crons, donde ?

 
Vista:

crons, donde ?

Publicado por oscar (1 intervención) el 27/09/2007 23:38:22
hola

hice un crontab -l para saber donde estan unos crons especificos, salio algo asi:

# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/crontab.16029 installed on Thu Aug 30 18:45:56 2007)
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
*/15 * * * * /home/myserver/cronscript.txt

abri el archivo /etc/crontab, pero solo encontre:

-*/15 * * * * root test -x /usr/lib/cron/run-crons && /usr/lib/cron/run-crons
>/dev/null 2>&1
59 * * * * root rm -f /var/spool/cron/lastrun/cron.hourly
14 4 * * * root rm -f /var/spool/cron/lastrun/cron.daily
29 4 * * 6 root rm -f /var/spool/cron/lastrun/cron.weekly
44 4 1 * * root rm -f /var/spool/cron/lastrun/cron.monthly

endtonces donde esta la linea q ejecuta el cron y q aparece en el primer listado ?
es decir, donde esta el archivo q debo modificar para editar:

*/15 * * * * /home/myserver/cronscript.txt

????????
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder

RE:crons, donde ?

Publicado por Luis Rivaldo (4 intervenciones) el 28/09/2007 05:11:24
Hola intenta con crontab -e
ok.
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar