PDA

View Full Version : /var/log/syslog - cron question


Spitphire
February 22nd, 2008, 03:17 PM
*not sure if this is the proper category*

The below command is running every 30 minutes.. I'm not sure what it's for, or what it does. Should I be concerned about this? It's being run as root...


EXTRACT FROM /var/log/syslog:

Feb 22 15:39:01 lp /USR/SBIN/CRON[6854]: (root) CMD ( [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0 | xargs -r -0 rm)

Adnarim
February 23rd, 2008, 01:21 PM
Looks like some cache is deleted every 30min.

Spitphire
February 24th, 2008, 04:58 AM
hmm. ok thanks.

Mr. C.
February 25th, 2008, 01:25 AM
Removing old, no longer inuse PHP session files.