<?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>LeopoldoMaestro.COM &#187; Bash</title>
	<atom:link href="http://www.leopoldomaestro.com/tag/bash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leopoldomaestro.com</link>
	<description>Networking, Tecnología, Linux, Sistemas, Negocios...</description>
	<lastBuildDate>Sun, 09 Oct 2011 14:07:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Script para transformar permisos compatibles con SUPHP en Cpanel</title>
		<link>http://www.leopoldomaestro.com/script-para-transformar-permisos-compatibles-con-suphp-en-cpanel/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=script-para-transformar-permisos-compatibles-con-suphp-en-cpanel</link>
		<comments>http://www.leopoldomaestro.com/script-para-transformar-permisos-compatibles-con-suphp-en-cpanel/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 23:24:43 +0000</pubDate>
		<dc:creator>leopoldomaestro</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[SUPHP]]></category>

		<guid isPermaLink="false">http://www.leopoldomaestro.com/?p=351</guid>
		<description><![CDATA[for usuarios in `/bin/ls /var/cpanel/users`; do chown -R ${user}:${user} /home/${user}/public_html chmod 755 /home/${user}/public_html find /home/${user}/public_html -name “*.php” -exec chmod 644 {} \; find /home/${user}/public_html -type d -exec chmod 755 {} \;]]></description>
			<content:encoded><![CDATA[<p>for usuarios in `/bin/ls /var/cpanel/users`; do</p>
<p>chown -R ${user}:${user} /home/${user}/public_html<br />
chmod 755 /home/${user}/public_html<br />
find /home/${user}/public_html -name “*.php” -exec chmod 644 {} \;<br />
find /home/${user}/public_html -type d -exec chmod 755 {} \;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leopoldomaestro.com/script-para-transformar-permisos-compatibles-con-suphp-en-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

