hello All:
I recently deleted my crontab by mistake. Instead of crontab -l I mistakenly issued crontab -r.
I got the liunux backup group to restore the file. Now I can issue crontab -l and see the crontab.
However, all the commands in the crontab is not executing. here are the files in /var/spool/cron/crontabs:
-rw------- 1 root other 720 Jun 8 2005 sys
-r-------- 1 root netcon 49 Jun 22 2005 netcon.au
-r-------- 1 root root 47 Oct 3 2005 adm.au
-rw------- 1 root root 780 Oct 3 2005 adm
-r-------- 1 root root 54 Oct 23 2008 root.au
-rw------- 1 root root 1605 Oct 23 2008 root
-r-------- 1 root dba 56 Dec 31 12:56 oracle.au
-rw------- 1 root dba 1321 Dec 31 12:56 oracle
Here is a sample of commands in my crontab:
35 12 * * * . /etc/profile; . $HOME/.profile; /export/home/oracle/scripts/sysmntr/stmt.sh > /dev/null 2>&1
I recently deleted my crontab by mistake. Instead of crontab -l I mistakenly issued crontab -r.
I got the liunux backup group to restore the file. Now I can issue crontab -l and see the crontab.
However, all the commands in the crontab is not executing. here are the files in /var/spool/cron/crontabs:
-rw------- 1 root other 720 Jun 8 2005 sys
-r-------- 1 root netcon 49 Jun 22 2005 netcon.au
-r-------- 1 root root 47 Oct 3 2005 adm.au
-rw------- 1 root root 780 Oct 3 2005 adm
-r-------- 1 root root 54 Oct 23 2008 root.au
-rw------- 1 root root 1605 Oct 23 2008 root
-r-------- 1 root dba 56 Dec 31 12:56 oracle.au
-rw------- 1 root dba 1321 Dec 31 12:56 oracle
Here is a sample of commands in my crontab:
35 12 * * * . /etc/profile; . $HOME/.profile; /export/home/oracle/scripts/sysmntr/stmt.sh > /dev/null 2>&1