Page 1 of 1

How Can I See Crontab LOG?

Posted: Thu Nov 29, 2012 4:29 pm
by sapir azulay
Hi Guys,
How can I see the crontab scripts logs?

Script Logs
Start & Finish time

Thank You! :)
Sapir

Re: How Can I See Crontab LOG?

Posted: Thu Nov 29, 2012 4:38 pm
by JimKnicely
Hi!

Are you talking about the Linux crontab? If so, the default log file for CentOS is here /var/log/cron.

So you can look at the file with cat or more command.

Re: How Can I See Crontab LOG?

Posted: Thu Nov 29, 2012 5:19 pm
by sapir azulay
Thanks!
I'm getting 'Permission Denied', how can i log on as dba?

Re: How Can I See Crontab LOG?

Posted: Thu Nov 29, 2012 5:26 pm
by JimKnicely
You probably need to be the root user.

Just type "su root". But you'll need to know the password... I can't help you there :)

Re: How Can I See Crontab LOG?

Posted: Mon Dec 03, 2012 9:13 am
by sapir azulay
Thank's a lot!