See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster.
Hi
I noticed that the computer makes some sound and $top shows that "find" is working. how can I make it only work on the weekend ? I couldn't find out from the docs.
thanks
That may be (is probably) due to find being run out of /etc/cron.daily/find.
If so, it isn't mandatory that it be run. I usually disable that cron script by adding an "exit 0" line at/near the top to abort it from running.
Re: "find" on the $top
That may be (is probably) due to find being run out of /etc/cron.daily/find.
If so, it isn't mandatory that it be run. I usually disable that cron script by adding an "exit 0" line at/near the top to abort it from running.