At startup I noticed my machine was under heavy load.
Opened up a terminal and top
to find a process running the command find
under user nobody
that was using 90%+ of my memory.
I killed it immediately.
Has my machine been compromised? How can I tell?
Could this be related to this cron job?
$ grep nobody /etc/cron.daily/*
/etc/cron.daily/locate:LOCALUSER="nobody"