<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: The &#8220;find&#8221; process in Mac OS X</title>
	<atom:link href="http://osxdaily.com/2010/11/27/the-find-process-in-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2010/11/27/the-find-process-in-mac-os-x/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Sat, 18 May 2013 19:31:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: MOKA</title>
		<link>http://osxdaily.com/2010/11/27/the-find-process-in-mac-os-x/#comment-138975</link>
		<dc:creator>MOKA</dc:creator>
		<pubDate>Mon, 29 Nov 2010 03:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=10341#comment-138975</guid>
		<description>Thanks guys...

I had downloaded OnyX but never used it, so ran it today and will do so manually as required.

MOKA</description>
		<content:encoded><![CDATA[<p>Thanks guys&#8230;</p>
<p>I had downloaded OnyX but never used it, so ran it today and will do so manually as required.</p>
<p>MOKA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BjarneDM</title>
		<link>http://osxdaily.com/2010/11/27/the-find-process-in-mac-os-x/#comment-138906</link>
		<dc:creator>BjarneDM</dc:creator>
		<pubDate>Sun, 28 Nov 2010 23:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=10341#comment-138906</guid>
		<description>@author : editing /etc/defaults/periodic.conf isn&#039;t recommended
to override settings in that file put the altered settings in /etc/periodic.conf . that&#039;s much safer and the recommended way.

you can add your own script to the schedules by putting symbolic links to them in these folders :
/etc/periodic/{daily&#124;monthly&#124;weekly}
/usr/local/etc/periodic/{daily&#124;monthly&#124;weekly}
the last folders don&#039;t exist by default and has to be created, but they are configured in /etc/defaults/periodic.conf

the script in these folders are executed in alfabetic order. if you look at the system installed scripts you&#039;ll see that they are prefixed with a 3-digit number. that&#039;s the preferred way to indicate executing order.</description>
		<content:encoded><![CDATA[<p>@author : editing /etc/defaults/periodic.conf isn&#8217;t recommended<br />
to override settings in that file put the altered settings in /etc/periodic.conf . that&#8217;s much safer and the recommended way.</p>
<p>you can add your own script to the schedules by putting symbolic links to them in these folders :<br />
/etc/periodic/{daily|monthly|weekly}<br />
/usr/local/etc/periodic/{daily|monthly|weekly}<br />
the last folders don&#8217;t exist by default and has to be created, but they are configured in /etc/defaults/periodic.conf</p>
<p>the script in these folders are executed in alfabetic order. if you look at the system installed scripts you&#8217;ll see that they are prefixed with a 3-digit number. that&#8217;s the preferred way to indicate executing order.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MOKA</title>
		<link>http://osxdaily.com/2010/11/27/the-find-process-in-mac-os-x/#comment-138852</link>
		<dc:creator>MOKA</dc:creator>
		<pubDate>Sun, 28 Nov 2010 19:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=10341#comment-138852</guid>
		<description>Hmmm, I have been wondering if I should or if OSX was smart enough to know and run them when its on.

Thx for the info...
MOKA</description>
		<content:encoded><![CDATA[<p>Hmmm, I have been wondering if I should or if OSX was smart enough to know and run them when its on.</p>
<p>Thx for the info&#8230;<br />
MOKA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://osxdaily.com/2010/11/27/the-find-process-in-mac-os-x/#comment-138599</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 28 Nov 2010 12:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=10341#comment-138599</guid>
		<description>If you always shutdown your mac in the earlier morning, maintain script won&#039;t be run forever, so you should launch them manually.</description>
		<content:encoded><![CDATA[<p>If you always shutdown your mac in the earlier morning, maintain script won&#8217;t be run forever, so you should launch them manually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BjarneDM</title>
		<link>http://osxdaily.com/2010/11/27/the-find-process-in-mac-os-x/#comment-138424</link>
		<dc:creator>BjarneDM</dc:creator>
		<pubDate>Sun, 28 Nov 2010 09:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=10341#comment-138424</guid>
		<description>@MOKA : if you shut down the periodic processes won&#039;t ever get run

@author : the periodic schedules aren&#039;t guided by periodic.conf
the periodic processes are run by launchd and are here :
/System/Library/LaunchDaemons/com.apple.periodic-{daily&#124;monthly&#124;weekly}.plist

to change the scheduled times you can edit these three files

several GUI-utilities exist (Onyx etc) that can run these maintainance scripts outside of the scheduled times

otherwise, you can run them manually from Terminal. You&#039;ll need to be an admin or root : sudo periodic {daily&#124;monthly&#124;weekly}</description>
		<content:encoded><![CDATA[<p>@MOKA : if you shut down the periodic processes won&#8217;t ever get run</p>
<p>@author : the periodic schedules aren&#8217;t guided by periodic.conf<br />
the periodic processes are run by launchd and are here :<br />
/System/Library/LaunchDaemons/com.apple.periodic-{daily|monthly|weekly}.plist</p>
<p>to change the scheduled times you can edit these three files</p>
<p>several GUI-utilities exist (Onyx etc) that can run these maintainance scripts outside of the scheduled times</p>
<p>otherwise, you can run them manually from Terminal. You&#8217;ll need to be an admin or root : sudo periodic {daily|monthly|weekly}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MOKA</title>
		<link>http://osxdaily.com/2010/11/27/the-find-process-in-mac-os-x/#comment-138152</link>
		<dc:creator>MOKA</dc:creator>
		<pubDate>Sat, 27 Nov 2010 20:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=10341#comment-138152</guid>
		<description>You said &quot;however if you sleep your Mac, you may notice the process appear upon the system waking&quot;, but what happens if you ALWAYS shutdown your mac every night... will these daily, weekly and monthly tasks EVER get to run... ?

Thanks
MOKA</description>
		<content:encoded><![CDATA[<p>You said &#8220;however if you sleep your Mac, you may notice the process appear upon the system waking&#8221;, but what happens if you ALWAYS shutdown your mac every night&#8230; will these daily, weekly and monthly tasks EVER get to run&#8230; ?</p>
<p>Thanks<br />
MOKA</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/3 queries in 0.002 seconds using disk: basic
Object Caching 244/245 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2013-05-19 08:36:41 -->