The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
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 11-25-2008
mojoman mojoman is offline
Registered User
  
 

Join Date: Nov 2007
Posts: 179
CRONTAB Question

Hello,

When I do a crontab -l I get the following listing:

[root@mail-02 cron.daily]# crontab -l
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/crontab.13826 installed on Thu Jun 23 10:13:18 2005)
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
#0 1 * * * scp /tmp/ypfile2 creek://tmp
59 20 * * 1,2,3,4,5 /backup/mail-02_sda3.sh >/tmp/dumplog_nst2.log 2>&1
59 20 * * 1,2,3,4,5 /backup/mail-02_sdb1.sh >/tmp/dumplog_nst1.log 2>&1
#45 18 * * 1,2,3,4,5,6 /root/dump.sh >/tmp/dumplog.txt 2>&1
#00 10 * * 1,2,3,4,5 /root/dump2.sh >/tmp/dumplog2.txt 2>&1
30 14 * * 1,2,3,4,5 /root/crons/UsersList.pl >/dev/null 2>&1
#05 9 * * * /root/crons/du_file.sh >/tmp/du_errors.txt || mail -s "du_file.sh didn't run" root@swi.com < /tmp/du_errors.txt
0 8 * * * /root/crons/etcBack.sh >/dev/null 2>&1
30 11 * * * /bin/chown -R pavisit:users /home/pavisit/ >> /var/log/messages
00 21 * * 1,2,3,4,5 /backup/dmzback > /backup/logs/backup.log 2>&1
00 9,21 * * 0,1,2,3,4,5,6 /usr/sbin/ntpdate 205.150.86.60 > /dev/null 2>&1
0 * * * * /root/clean_post

When I go to /etc/crontab I just see:

SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/

# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly
------------

I have looked for other crontabs but cannot find any. What file is crontab -l listing? And I am logged in as root when I ran crontab and checked /etc/crontab.