<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'Chown all folders 755, files 644 in Linux'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 15:18:29 GMT</pubDate>
<item>
<title>ModServ said on 2/11/12</title>
<link>http://snipplr.com/view/63249/chown-all-folders-755-files-644-in-linux/</link>
<description><![CDATA[ Thank you,

Another suggestion:

chmod -R 755 *; find -type f -print0|xargs -0 chmod 644 ]]></description>
<pubDate>Sat, 11 Feb 2012 02:58:21 GMT</pubDate>
<guid>http://snipplr.com/view/63249/chown-all-folders-755-files-644-in-linux/</guid>
</item>
</channel>
</rss>