Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Cron Jobs

RE: Cron Jobs

From: Williams, Trevor <Trevor.Williams_at_rac.com.au>
Date: Fri, 12 Nov 2004 07:49:25 +0800
Message-ID: <EBF0C84BC75F344883500C51712B20F40179D027@mercury.rac.com.au>


Sam
man cron or man crontabs should tell you where the crontab files are (on HP /var/spool/cron/crontabs)
but permissions are likely 400 so it won't help you much Plan A: give the task to someone who does have root permissions Plan B: write your monitoring script and get your sysadmin to run it = periodically (via cron)=20
Plan C: get your sysadmin to allow you read on the crontab files (you = will need to flag any new crontabs which you cannot read) Plan D: you may be able to get some mileage from examining the cron log Have you checked/asked the UNIX forums/newsgroups? trevor

-----Original Message-----

From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Sam Reddy Sent: 12 November 2004 2:48 am
To: LazyDBA; List
Subject: Cron Jobs

Hi All,

I have a requirement to monitor the cron jobs of other Unix users on the = server.
All the I have to do is find if cron jobs are commented out or not for = application Unix accouts. Would you please let me know if there is a way = to achive this ? I don't have root access on this box, so this can't be = done as root.=20
Do you know where all the cron files are stored ?=20 Have a great day,=20
Regards,
Sam

                =09



Do you Yahoo!?
 Check out the new Yahoo! Front Page. www.yahoo.com

--

http://www.freelists.org/webpage/oracle-l
--

http://www.freelists.org/webpage/oracle-l Received on Thu Nov 11 2004 - 21:47:43 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US