<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Infusion Technology Solutions Blog&#187; exec</title>
	<atom:link href="http://blog.infusiontechsolutions.com/tag/exec/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.infusiontechsolutions.com</link>
	<description>Technology related solutions, tips, tricks, and other interesting topics</description>
	<lastBuildDate>Tue, 20 Apr 2010 15:07:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Recursively chmod Directories or Files</title>
		<link>http://blog.infusiontechsolutions.com/how-to-recursively-chmod-directories-or-files/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-recursively-chmod-directories-or-files</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-recursively-chmod-directories-or-files/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 15:33:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General IT Info]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[exec]]></category>
		<category><![CDATA[file extension]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[maxosx]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[php files]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=157</guid>
		<description><![CDATA[Command to recursively chmod only directories: find . -type d -exec chmod 755 {} \; How to recursively set the execute bit on every directory: chmod -R a+X * The +X flag sets the execute bit on directories only How to recursively chmod only files: find . -type f -exec chmod 644 {} \; How [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-recursively-chmod-directories-or-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

