<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1015090" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1015090</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Thanks</title>
    <link>https://www.webmaster-forums.net/serverside-scripting/cgi-help#comment-1087176</link>
    <description> &lt;p&gt;Ok, thanks for your help.&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Aug 2001 02:27:53 +0000</pubDate>
 <dc:creator>Brykess</dc:creator>
 <guid isPermaLink="false">comment 1087176 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/cgi-help#comment-1087060</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by mairving &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt; The mode may have any of following values:&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;hey thanks for this usefull table! now i get easily the right value &#039;till i know them by heart...&lt;/p&gt;
 </description>
     <pubDate>Mon, 13 Aug 2001 10:04:11 +0000</pubDate>
 <dc:creator>merlin</dc:creator>
 <guid isPermaLink="false">comment 1087060 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/cgi-help#comment-1086992</link>
    <description> &lt;p&gt;Most FTP programs give you chmod ability. If you are able to login via telnet/SSH to the shell, then you can chmod by &lt;strong&gt;chmod 755 &lt;em&gt;filename&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Here is the way that chmod works;&lt;/p&gt;
&lt;p&gt;The mode of a file or directory dictates its permissions.&lt;br /&gt;
The mode is specified as an absolute value and is specified as nnn, where n is a number from 0 to 7. The mode may have any of following values:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Owner&lt;/strong&gt;&lt;br /&gt;
100 Allow execution (delete) by owner.&lt;br /&gt;
200 Allow write by owner.&lt;br /&gt;
300 Allow write and execute by owner.&lt;br /&gt;
400 Allow read by owner.&lt;br /&gt;
500 Allow read and execute by owner.&lt;br /&gt;
600 Allow Read and write by owner.&lt;br /&gt;
700 Allow read, write, and execute/delete by owner.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Group&lt;/strong&gt;&lt;br /&gt;
010 Allow execution (delete) by group.&lt;br /&gt;
020 Allow write by group.&lt;br /&gt;
030 Allow write and execute by group.&lt;br /&gt;
040 Allow read by group.&lt;br /&gt;
050 Allow read and execute by group.&lt;br /&gt;
060 Allow Read and write by group.&lt;br /&gt;
070 Allow read, write, and execute/delete by group.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Others&lt;/strong&gt;&lt;br /&gt;
001 Allow execution (delete) by others.&lt;br /&gt;
002 Allow write by others.&lt;br /&gt;
003 Allow write and execute by others.&lt;br /&gt;
004 Allow read by others.&lt;br /&gt;
005 Allow read and execute by others.&lt;br /&gt;
006 Allow read and write by others.&lt;br /&gt;
007 Allow read, write, and execute/delete by others.&lt;/p&gt;
&lt;p&gt;The first of the three numbers applies to the owner.&lt;br /&gt;
The second number applies to users that are in the same group as the owner. The third number applies to everyone else (aka people in a different group from the owner). The owner of a file or directory is usually the person that made that file/directory.&lt;/p&gt;
&lt;p&gt;A value of 0 indicates NO permissions. 1 allows execute (delete). 2 allows write. 4 allows read. The values add together, so that 6 is 4+2, allowing read and write access...&lt;/p&gt;
&lt;p&gt;So you have to think of users and groups. In the above example, I chmoded the filename 755. This means that:&lt;/p&gt;
&lt;ul class=&quot;bb-list&quot;&gt;
&lt;li&gt;the owner of the file (7)(usually who created it) could read, write and execute/delete the file. He could delete the file, overwrite, change it or anything that he wants.&lt;/li&gt;
&lt;li&gt;another member that was in the owner&#039;s group (5), he could read the file and execute it also. He could not write over the file though.&lt;/li&gt;
&lt;li&gt;Any other user in this case would have the same permissions as the group.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Just never, ever chmod 777, since this means that anyone could have their way with this file. Be careful also who gets write priviledges.&lt;/p&gt;
 </description>
     <pubDate>Sat, 11 Aug 2001 17:09:05 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1086992 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/cgi-help#comment-1086991</link>
    <description> &lt;p&gt;Brykess,&lt;br /&gt;
I run a site off f2s.com &lt;/p&gt;
&lt;p&gt;If your using CuteFTP or another FTP program to upload you need to go into your main dir&lt;/p&gt;
&lt;p&gt;ie:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.YOURDOMAIN.f2s.com/&quot; class=&quot;bb-url&quot;&gt;YOURDOMAIN.f2s.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;and create a folder called &quot;cgi-bin&quot; in which you need to place the proper files.&lt;/p&gt;
 </description>
     <pubDate>Sat, 11 Aug 2001 16:59:36 +0000</pubDate>
 <dc:creator>Warlord Khan</dc:creator>
 <guid isPermaLink="false">comment 1086991 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/cgi-help#comment-1086989</link>
    <description> &lt;p&gt;what chmod program do u use to chmod ur files&lt;/p&gt;
 </description>
     <pubDate>Sat, 11 Aug 2001 16:39:48 +0000</pubDate>
 <dc:creator>Brykess</dc:creator>
 <guid isPermaLink="false">comment 1086989 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/cgi-help#comment-1086984</link>
    <description> &lt;p&gt;check your chmods.&lt;/p&gt;
 </description>
     <pubDate>Sat, 11 Aug 2001 15:06:06 +0000</pubDate>
 <dc:creator>m0dulus</dc:creator>
 <guid isPermaLink="false">comment 1086984 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/cgi-help#comment-1086983</link>
    <description> &lt;p&gt;it says that it is forbidden. &lt;/p&gt;
&lt;p&gt;This is the first cgi-script that i have ever tried to install. i just need someone to show me how to do it once and i should get it after that.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 11 Aug 2001 15:01:10 +0000</pubDate>
 <dc:creator>Brykess</dc:creator>
 <guid isPermaLink="false">comment 1086983 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/cgi-help#comment-1086966</link>
    <description> &lt;p&gt;What&#039;s the problem?&lt;br /&gt;
If your getting any errors, let use know what they are.&lt;/p&gt;
 </description>
     <pubDate>Sat, 11 Aug 2001 08:12:08 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1086966 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
