<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1001176" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1001176</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/unix-file-permissions#comment-1005126</link>
    <description> &lt;p&gt;Each &quot;normal&quot; file has 9 flags.&lt;br /&gt;
3 for the owner of the file&lt;br /&gt;
3 for users in the same group as the owner&lt;br /&gt;
3 for others&lt;/p&gt;
&lt;p&gt;the flags are:&lt;br /&gt;
r - for reading the file/directory&lt;br /&gt;
w - for writing to the file/directory&lt;br /&gt;
x - for executing the file/cding through the dir&lt;/p&gt;
&lt;p&gt;usually you encode the flags in an octal triplet.&lt;br /&gt;
ABC&lt;br /&gt;
A = owner-perm&lt;br /&gt;
B = group-perm&lt;br /&gt;
C = other-perm&lt;/p&gt;
&lt;p&gt;r = 4&lt;br /&gt;
w = 2&lt;br /&gt;
x = 1&lt;/p&gt;
&lt;p&gt;So if you want rwx for the user and r-x for all others (including groups) you get:&lt;br /&gt;
A = 4(r)+2(w)+1(x) = 7&lt;br /&gt;
B = C = 4(r)+1(x) = 5&lt;br /&gt;
-&amp;gt; 755&lt;/p&gt;
&lt;p&gt;Actually you don&#039;t you use a permission triplet, but don&#039;t bother with the fourth number, that&#039;s really complicated ...&lt;/p&gt;
 </description>
     <pubDate>Fri, 23 Jun 2000 10:15:00 +0000</pubDate>
 <dc:creator>anti</dc:creator>
 <guid isPermaLink="false">comment 1005126 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/unix-file-permissions#comment-1005125</link>
    <description> &lt;p&gt;I dont pay any attention to user, group, other. &lt;/p&gt;
&lt;p&gt;I just use numbers, like on my linux pc&lt;/p&gt;
&lt;p&gt;755 exec&lt;br /&gt;
777 write&lt;br /&gt;
666 worship sata... errr read.  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt; (just a little humour, no offense intended)&lt;/p&gt;
 </description>
     <pubDate>Fri, 23 Jun 2000 08:12:00 +0000</pubDate>
 <dc:creator>Orpheus</dc:creator>
 <guid isPermaLink="false">comment 1005125 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
