<?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>Ask me Questions and get Answers ! &#187; chgrp</title>
	<atom:link href="http://askmetoo.com/tag/chgrp/feed" rel="self" type="application/rss+xml" />
	<link>http://askmetoo.com</link>
	<description>Ask Questions and get Answers About everything for free!</description>
	<lastBuildDate>Wed, 21 Dec 2011 08:04:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Chmod for Joomla Installation. Step by step Chmod and Chgrp!</title>
		<link>http://askmetoo.com/chmod-for-joomla-installation.htm</link>
		<comments>http://askmetoo.com/chmod-for-joomla-installation.htm#comments</comments>
		<pubDate>Wed, 06 Feb 2008 13:28:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[apache joomla install]]></category>
		<category><![CDATA[chgrp]]></category>

		<guid isPermaLink="false">http://askmetoo.com/2008/02/06/chmod-for-joomla-instalation/</guid>
		<description><![CDATA[For joomla 1.5 chmod g+w administrator/backups/ chmod g+w administrator/components/ chmod g+w administrator/language/ chmod g+w administrator/language/en-GB/ chmod g+w administrator/language/ru-RU/ chmod g+w administrator/modules/ chmod g+w administrator/templates/ chmod g+w components/ chmod g+w images/ chmod g+w images/banners/ chmod g+w images/stories/ chmod g+w language/ chmod g+w language/en-GB/ chmod g+w language/pdf_fonts/ chmod g+w language/ru-RU/ chmod g+w media/ chmod g+w modules/ chmod [...]]]></description>
			<content:encoded><![CDATA[<p><strong>For joomla 1.5</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> administrator<span style="color: #000000; font-weight: bold;">/</span>backups<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> administrator<span style="color: #000000; font-weight: bold;">/</span>components<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> administrator<span style="color: #000000; font-weight: bold;">/</span>language<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> administrator<span style="color: #000000; font-weight: bold;">/</span>language<span style="color: #000000; font-weight: bold;">/</span>en-GB<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> administrator<span style="color: #000000; font-weight: bold;">/</span>language<span style="color: #000000; font-weight: bold;">/</span>ru-RU<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> administrator<span style="color: #000000; font-weight: bold;">/</span>modules<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> administrator<span style="color: #000000; font-weight: bold;">/</span>templates<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> components<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> images<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> images<span style="color: #000000; font-weight: bold;">/</span>banners<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> images<span style="color: #000000; font-weight: bold;">/</span>stories<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> language<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> language<span style="color: #000000; font-weight: bold;">/</span>en-GB<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> language<span style="color: #000000; font-weight: bold;">/</span>pdf_fonts<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> language<span style="color: #000000; font-weight: bold;">/</span>ru-RU<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> media<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> modules<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> plugins<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> plugins<span style="color: #000000; font-weight: bold;">/</span>content<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> plugins<span style="color: #000000; font-weight: bold;">/</span>editors<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> plugins<span style="color: #000000; font-weight: bold;">/</span>editors-xtd<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> plugins<span style="color: #000000; font-weight: bold;">/</span>search<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> plugins<span style="color: #000000; font-weight: bold;">/</span>system<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> plugins<span style="color: #000000; font-weight: bold;">/</span>user<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> plugins<span style="color: #000000; font-weight: bold;">/</span>xmlrpc<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> templates<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> administrator<span style="color: #000000; font-weight: bold;">/</span>cache<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> logs<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> cache<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> logs<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> tmp<span style="color: #000000; font-weight: bold;">/</span>
&nbsp;
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> administrator<span style="color: #000000; font-weight: bold;">/</span>components<span style="color: #000000; font-weight: bold;">/</span>com_sh404sef<span style="color: #000000; font-weight: bold;">/</span>config	
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> administrator<span style="color: #000000; font-weight: bold;">/</span>components<span style="color: #000000; font-weight: bold;">/</span>com_sh404sef<span style="color: #000000; font-weight: bold;">/</span>config<span style="color: #000000; font-weight: bold;">/</span>config.sef.php	
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> administrator<span style="color: #000000; font-weight: bold;">/</span>components<span style="color: #000000; font-weight: bold;">/</span>com_sh404sef	
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> administrator<span style="color: #000000; font-weight: bold;">/</span>components<span style="color: #000000; font-weight: bold;">/</span>com_sh404sef<span style="color: #000000; font-weight: bold;">/</span>custom.sef.php	
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> administrator<span style="color: #000000; font-weight: bold;">/</span>components<span style="color: #000000; font-weight: bold;">/</span>com_sh404sef<span style="color: #000000; font-weight: bold;">/</span>logs	
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> administrator<span style="color: #000000; font-weight: bold;">/</span>components<span style="color: #000000; font-weight: bold;">/</span>com_sh404sef<span style="color: #000000; font-weight: bold;">/</span>security	
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> components<span style="color: #000000; font-weight: bold;">/</span>com_sh404sef<span style="color: #000000; font-weight: bold;">/</span>cache
&nbsp;
<span style="color: #c20cb9; font-weight: bold;">find</span> .<span style="color: #000000; font-weight: bold;">/</span>cache  <span style="color: #660033;">-type</span> f  <span style="color: #660033;">-exec</span> <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">666</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span><span style="color: #7a0874; font-weight: bold;">&#125;</span> \;
<span style="color: #c20cb9; font-weight: bold;">find</span> .<span style="color: #000000; font-weight: bold;">/</span>cache<span style="color: #000000; font-weight: bold;">/</span>  <span style="color: #660033;">-type</span> d <span style="color: #660033;">-exec</span> <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">777</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span><span style="color: #7a0874; font-weight: bold;">&#125;</span> \;
<span style="color: #c20cb9; font-weight: bold;">find</span> .<span style="color: #000000; font-weight: bold;">/</span>administrator<span style="color: #000000; font-weight: bold;">/</span>components<span style="color: #000000; font-weight: bold;">/</span>com_sh404sef<span style="color: #000000; font-weight: bold;">/</span>config  <span style="color: #660033;">-type</span> f  <span style="color: #660033;">-exec</span> <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">666</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span><span style="color: #7a0874; font-weight: bold;">&#125;</span> \;
<span style="color: #c20cb9; font-weight: bold;">find</span> .<span style="color: #000000; font-weight: bold;">/</span>administrator<span style="color: #000000; font-weight: bold;">/</span>components<span style="color: #000000; font-weight: bold;">/</span>com_sh404sef<span style="color: #000000; font-weight: bold;">/</span>logs  <span style="color: #660033;">-type</span> f <span style="color: #660033;">-exec</span>  <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">666</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span><span style="color: #7a0874; font-weight: bold;">&#125;</span> \;
<span style="color: #c20cb9; font-weight: bold;">find</span> .<span style="color: #000000; font-weight: bold;">/</span>administrator<span style="color: #000000; font-weight: bold;">/</span>components<span style="color: #000000; font-weight: bold;">/</span>com_sh404sef<span style="color: #000000; font-weight: bold;">/</span>security  <span style="color: #660033;">-type</span> f <span style="color: #660033;">-exec</span>  <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">666</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span><span style="color: #7a0874; font-weight: bold;">&#125;</span> \;
<span style="color: #c20cb9; font-weight: bold;">find</span> .<span style="color: #000000; font-weight: bold;">/</span>components<span style="color: #000000; font-weight: bold;">/</span>com_sh404sef<span style="color: #000000; font-weight: bold;">/</span>cache  <span style="color: #660033;">-type</span> f  <span style="color: #660033;">-exec</span> <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">666</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span><span style="color: #7a0874; font-weight: bold;">&#125;</span> \;</pre></div></div>

<p><strong>For joomla 1.0</strong></p>
<div class="Section1">
<p>The main thing that needs to be changed during a <a href="http://www.joomla.org/">Joomla</a> install is the     directory permissions. Here is a shot of the install application before fixing    the permissions:</p>
<p>administrator/backups <strong>Unwriteable</strong><br />
administrator/components <strong>Unwriteable</strong><br />
administrator/modules <strong>Unwriteable</strong><br />
administrator/templates <strong>Unwriteable</strong><br />
cache <strong>Unwriteable</strong><br />
components <strong>Unwriteable</strong><br />
images <strong>Unwriteable</strong><br />
images/banners <strong>Unwriteable</strong><br />
images/stories <strong>Unwriteable</strong><br />
language <strong>Unwriteable</strong><br />
mambots <strong>Unwriteable</strong><br />
mambots/content <strong>Unwriteable</strong><br />
mambots/editors <strong> Unwriteable</strong><br />
mambots/editors-xtd <strong>Unwriteable</strong><br />
mambots/search <strong>Unwriteable</strong><br />
mambots/system <strong>Unwriteable</strong><br />
media <strong>Unwriteable</strong><br />
modules <strong>Unwriteable</strong><br />
templates <strong>Unwriteable</strong></p>
<p>List of <strong>chgrp</strong> for <strong>Apache</strong> and <strong>chmod</strong> commands list to make permissions for the web server when joomla install:</p>
<table border="0" cellpadding="0">
<tbody>
<tr>
<td>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">chgrp</span> apache cache
<span style="color: #c20cb9; font-weight: bold;">chgrp</span> apache components
<span style="color: #c20cb9; font-weight: bold;">chgrp</span> apache images
<span style="color: #c20cb9; font-weight: bold;">chgrp</span> apache images<span style="color: #000000; font-weight: bold;">/</span>banners
<span style="color: #c20cb9; font-weight: bold;">chgrp</span> apache images<span style="color: #000000; font-weight: bold;">/</span>stories
<span style="color: #c20cb9; font-weight: bold;">chgrp</span> apache language
<span style="color: #c20cb9; font-weight: bold;">chgrp</span> apache mambots
<span style="color: #c20cb9; font-weight: bold;">chgrp</span> apache mambots<span style="color: #000000; font-weight: bold;">/</span>content
<span style="color: #c20cb9; font-weight: bold;">chgrp</span> apache mambots<span style="color: #000000; font-weight: bold;">/</span>editors
<span style="color: #c20cb9; font-weight: bold;">chgrp</span> apache mambots<span style="color: #000000; font-weight: bold;">/</span>editors-xtd
<span style="color: #c20cb9; font-weight: bold;">chgrp</span> apache mambots<span style="color: #000000; font-weight: bold;">/</span>search
<span style="color: #c20cb9; font-weight: bold;">chgrp</span> apache mambots<span style="color: #000000; font-weight: bold;">/</span>system
<span style="color: #c20cb9; font-weight: bold;">chgrp</span> apache media
<span style="color: #c20cb9; font-weight: bold;">chgrp</span> apache modules
<span style="color: #c20cb9; font-weight: bold;">chgrp</span> apache templates
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> administrator<span style="color: #000000; font-weight: bold;">/</span>backups
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> administrator<span style="color: #000000; font-weight: bold;">/</span>components
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> administrator<span style="color: #000000; font-weight: bold;">/</span>modules
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> administrator<span style="color: #000000; font-weight: bold;">/</span>templates
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> cache
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> components
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> images
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> images<span style="color: #000000; font-weight: bold;">/</span>banners
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> images<span style="color: #000000; font-weight: bold;">/</span>stories
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> language
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> mambots
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> mambots<span style="color: #000000; font-weight: bold;">/</span>content
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> mambots<span style="color: #000000; font-weight: bold;">/</span>editors
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> mambots<span style="color: #000000; font-weight: bold;">/</span>editors-xtd
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> mambots<span style="color: #000000; font-weight: bold;">/</span>search
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> mambots<span style="color: #000000; font-weight: bold;">/</span>system
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> media
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> modules
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> templates
<span style="color: #c20cb9; font-weight: bold;">chgrp</span> apache administrator<span style="color: #000000; font-weight: bold;">/</span>backups
<span style="color: #c20cb9; font-weight: bold;">chgrp</span> apache administrator<span style="color: #000000; font-weight: bold;">/</span>components
<span style="color: #c20cb9; font-weight: bold;">chgrp</span> apache administrator<span style="color: #000000; font-weight: bold;">/</span>modules
<span style="color: #c20cb9; font-weight: bold;">chgrp</span> apache administrator<span style="color: #000000; font-weight: bold;">/</span>templates</pre></div></div>

</td>
</tr>
</tbody>
</table>
<p>Now the installation check looks like this:</p>
<table border="0" cellpadding="0" width="400">
<tbody>
<tr>
<td>administrator/backups</td>
<td><span style="color:green">Writeable</span></td>
</tr>
<tr>
<td>administrator/components</td>
<td><span style="color:green">Writeable</span></td>
</tr>
<tr>
<td>administrator/modules</td>
<td><span style="color:#00EE00">Writeable</span></td>
</tr>
<tr>
<td>administrator/templates</td>
<td><span style="color:green">Writeable</span></td>
</tr>
<tr>
<td>cache</td>
<td><span style="color:green">Writeable</span></td>
</tr>
<tr>
<td>components</td>
<td><span style="color:green">Writeable</span></td>
</tr>
<tr>
<td>images</td>
<td><span style="color:green">Writeable</span></td>
</tr>
<tr>
<td>images/banners</td>
<td><span style="color:green">Writeable</span></td>
</tr>
<tr>
<td>images/stories</td>
<td><span style="color:green">Writeable</span></td>
</tr>
<tr>
<td>language</td>
<td><span style="color:green">Writeable</span></td>
</tr>
<tr>
<td>mambots</td>
<td><span style="color:green">Writeable</span></td>
</tr>
<tr>
<td>mambots/content</td>
<td><span style="color:green">Writeable</span></td>
</tr>
<tr>
<td>mambots/editors</td>
<td><span style="color:green">Writeable</span></td>
</tr>
<tr>
<td>mambots/editors-xtd</td>
<td><span style="color:green">Writeable</span></td>
</tr>
<tr>
<td>mambots/search</td>
<td><span style="color:green">Writeable</span></td>
</tr>
<tr>
<td>mambots/system</td>
<td><span style="color:green">Writeable</span></td>
</tr>
<tr>
<td>media</td>
<td><span style="color:green">Writeable</span></td>
</tr>
<tr>
<td>modules</td>
<td><span style="color:green">Writeable</span></td>
</tr>
<tr>
<td>templates</td>
<td><span style="color:green">Writeable</span></td>
</tr>
</tbody>
</table>
<h4>Note:Chmod Commands:</h4>
<p>As shown the general format of the command is</p>
<p>chmod -R/c/f/v [u / g / o / a] [+ / - / =] [rwxXstugo]</p>
<p>here</p>
<p>u : user</p>
<p>g: group</p>
<p>o : others</p>
<p>a : all</p>
<p>+ : give permission</p>
<p>- : take permission away</p>
<p>= : cause the permissions given to be the only permissions of the file</p>
<p>r : read permission</p>
<p>w: write permission</p>
<p>x : execute permission</p>
<p>X: execute only if it is a directory or already has execute permission for some user</p>
<p>s : set user or group ID on execution</p>
<p>t : save program text on swap device</p>
<p>u : the permissions that the user who owns the file has for it</p>
<p>g : the permissions that the owner?s group has for a file</p>
<p>o : the permissions that users not in the owner?s group have for it</p>
<p>(X, s, t, u, g and o are not required for common tasks)</p>
<p>the initial options -R/c/f/v are explained as follows :</p>
<p>-c : Displays names of only those files whose permissions are being changed</p>
<p>( &#8211;changes can also be used instead of -c )</p>
<p>-f : Suppresses display of error messages when a file?s permissions cannot be changed</p>
<p>( &#8211;silent of &#8211;quiet can also be used instead of -f )</p>
<p>-R: Recursively changes the permission of all files in all subdirectories of the directory whose</p>
<p>permissions are being changed</p>
<p>( &#8211;recursive can also be used )</p>
<p>-v : Displays results of all permission changes</p>
<p>( &#8211;verbose can also be used )</p>
<p><strong></strong></p>
<p><strong></strong></div>
<h4>Note: <strong>chgrp command</strong></h4>
<p>The chgrp command is used to change the group ownership of one or more files or directories. Its general syntax is :</p>
<p>chgrp [-Rcfv] groupname foo.txt</p>
<p>The flags used here are also the same as those in the chmod command. The changes in ownership are applied to the groupname and the filename specified</p>
]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/chmod-for-joomla-installation.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

