On Fri, Aug 31, 2001 at 07:40:51AM -0400, Michael P. Soulier wrote: > This morning, I found my harddrive swapping like crazy on this find > command. > > find / /boot /tmp -xdev ( -type f -perm +06000 -o -type b -o -type c ) -printf > %8i %5m %3n %-10u %-10g %9s %t %h/%f?n > > My root cronjobs are scheduled almost an hour earlier, so I don't see how > it could be them. Any idea what what process would invoke this?
That's /usr/sbin/checksecurity, invoked out of /etc/cron.daily/standard. It can take a while, but you might want to tweak /etc/checksecurity.conf if it's being unreasonable. Cheers, -- Colin Watson [EMAIL PROTECTED]