<?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>WebSiteForensics.com &#187; commands</title>
	<atom:link href="http://websiteforensics.com/category/code/commands/feed/" rel="self" type="application/rss+xml" />
	<link>http://websiteforensics.com</link>
	<description>We remember when the web was in black and white ...</description>
	<lastBuildDate>Thu, 19 Apr 2012 19:04:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>chmod</title>
		<link>http://websiteforensics.com/wordpress/chmod/</link>
		<comments>http://websiteforensics.com/wordpress/chmod/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 18:58:10 +0000</pubDate>
		<dc:creator>Mark MacKinnon</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[chmod]]></category>

		<guid isPermaLink="false">http://www.websiteforensics.com/websiteforensics/chmod/</guid>
		<description><![CDATA[At some point during a WordPress install, or anything else dynamic for that matter, you will have to operate a change mode on a file or directory on your Apache server. Via ssh or ftp, chmod is the command you will be using.
By changing the mode of a file, you are giving permission to various [...]]]></description>
			<content:encoded><![CDATA[<p>At some point during a WordPress install, or anything else dynamic for that matter, you will have to operate a change mode on a file or directory on your Apache server. Via ssh or ftp, chmod is the command you will be using.</p>
<p><span id="more-33"></span>By changing the mode of a file, you are giving permission to various groups to be able to read, write or execute a file.</p>
<p>Most use number codes for chmod commands, but those who wish to learn more can check out the myriad of tutorials out there for more advanced commands.</p>
<p>Each digit in the command is a binary representation of:<br />
rwx (read/write/execute).</p>
<p>A chmod of 755 means:<br />
111(7) &#8211; Owner can read write execute<br />
101(5) &#8211; other in the group can execute or read, no write<br />
101(5) &#8211; rest of world can read and execute, no write</p>
<p>A chmod of 777 means:<br />
111(7) &#8211; Owner can read write execute<br />
111(7) &#8211; other in the group can read write execute<br />
111(7) &#8211; rest of world can read read write execute</p>
<p>When installing WordPress, some directories need to be changed via chmod. Some plugins require the /wp-content/ folder be made writeable. In some cases, this may require assigning 755 permissions or higher (777 on some hosts). The same is true for /wp-content/cache/ and maybe /wp-content/uploads/</p>
]]></content:encoded>
			<wfw:commentRss>http://websiteforensics.com/wordpress/chmod/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

