Hello, I was wondering if anyone can help me find out why 'find' sometimes starts running in the background on my desktop freebsd system. I've assumed it is some system thing - I only notice it every once in a while (week or so).
Any ideas what could be running it? I don't have any reason to be concerned, I hope.
The last 1/2 hour of /var/log/cron:
Maybe it's something in periodic daily? mostly just curious.
Code:
last pid: 3485; load averages: 1.03, 0.73, 0.69 up 0+02:22:32 03:05:18
167 processes: 4 running, 163 sleeping
CPU: % user, % nice, % system, % interrupt, % idle
Mem: 607M Active, 46M Inact, 280M Wired, 21M Cache, 109M Buf, 25M Free
Swap: 1995M Total, 1496K Used, 1994M Free
PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND
3458 root 1 62 0 5332K 2928K RUN 0 0:30 23.78% find
1167 root 1 58 0 368M 350M CPU1 1 18:19 16.70% Xorg
Any ideas what could be running it? I don't have any reason to be concerned, I hope.
The last 1/2 hour of /var/log/cron:
Code:
Mar 2 02:30:00 matt-freebsd /usr/sbin/cron[3108]: (root) CMD (/usr/libexec/atrun)
Mar 2 02:31:00 matt-freebsd /usr/sbin/cron[3128]: (root) CMD (adjkerntz -a)
Mar 2 02:33:00 matt-freebsd /usr/sbin/cron[3133]: (operator) CMD (/usr/libexec/save-entropy)
Mar 2 02:35:00 matt-freebsd /usr/sbin/cron[3157]: (root) CMD (/usr/libexec/atrun)
Mar 2 02:40:00 matt-freebsd /usr/sbin/cron[3211]: (root) CMD (/usr/libexec/atrun)
Mar 2 02:44:00 matt-freebsd /usr/sbin/cron[3228]: (operator) CMD (/usr/libexec/save-entropy)
Mar 2 02:45:00 matt-freebsd /usr/sbin/cron[3240]: (root) CMD (/usr/libexec/atrun)
Mar 2 02:50:01 matt-freebsd /usr/sbin/cron[3253]: (root) CMD (/usr/libexec/atrun)
Mar 2 02:55:00 matt-freebsd /usr/sbin/cron[3310]: (root) CMD (/usr/libexec/atrun)
Mar 2 02:55:00 matt-freebsd /usr/sbin/cron[3309]: (operator) CMD (/usr/libexec/save-entropy)
Mar 2 03:00:00 matt-freebsd /usr/sbin/cron[3328]: (root) CMD (newsyslog)
Mar 2 03:00:00 matt-freebsd /usr/sbin/cron[3329]: (root) CMD (/usr/libexec/atrun)
Mar 2 03:00:00 matt-freebsd /usr/sbin/cron[3330]: (operator) CMD (/usr/libexec/save-entropy)
Mar 2 03:01:00 matt-freebsd /usr/sbin/cron[3344]: (root) CMD (periodic daily)
Mar 2 03:01:00 matt-freebsd /usr/sbin/cron[3343]: (root) CMD (adjkerntz -a)
Mar 2 03:05:00 matt-freebsd /usr/sbin/cron[3481]: (root) CMD (/usr/libexec/atrun)
Mar 2 03:10:00 matt-freebsd /usr/sbin/cron[3697]: (root) CMD (/usr/libexec/atrun)
Mar 2 03:11:01 matt-freebsd /usr/sbin/cron[3699]: (operator) CMD (/usr/libexec/save-entropy)
Maybe it's something in periodic daily? mostly just curious.