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 > Operating Systems > SUN Solaris
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #7 (permalink)  
Old 12-04-2006
prashanth_gs prashanth_gs is offline
Registered User
  
 

Join Date: Dec 2006
Posts: 25
Hi

I am getting the output while executing the follow script.

1.
$ grep backupscripts /var/spool/cron/crontabs/*
grep: can't open /var/spool/cron/crontabs/oracle
grep: can't open /var/spool/cron/crontabs/oracle10
grep: can't open /var/spool/cron/crontabs/oracleas
grep: can't open /var/spool/cron/crontabs/root
grep: can't open /var/spool/cron/crontabs/sys
grep: can't open /var/spool/cron/crontabs/uucp

2. $ crontab -l oracle10 ----> user name
$


3. cd /var/spool/cron/crontabs

$ ls -lrt

-r--r--r-- 1 root root 750 Jan 9 2006 lp
-rw-r--r-- 1 root sys 190 Jan 9 2006 adm
-r-------- 1 root uucp 404 Jan 9 2006 uucp
-r-------- 1 root sys 1014 Jan 10 2006 sys
-r-------- 1 root oinstall 33 Jul 11 16:58 oracleas
-r-------- 1 root other 1799 Nov 27 14:39 root
-r-------- 1 root oinstall 244 Nov 30 17:26 oracle
-r-------- 1 root dba 0 Dec 1 15:02 oracle10

Is there anythging wrong from myside?

Please advice.

Prashanth