<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'UNIX file permissions' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'UNIX file permissions' posted on the 'Perl' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 18 May 2013 21:23:29 -0700</pubDate>
    <lastBuildDate>Sat, 18 May 2013 21:23:29 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>UNIX file permissions</title>
      <link>http://www.programmersheaven.com/mb/perl/26804/26804/unix-file-permissions/</link>
      <description>I have a web account that supports scripting and cgi-bin.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
How can I let my Perl program read and write data to a text file, but at &amp;lt;br&amp;gt;&lt;br /&gt;
the same time, I don't want anyone from being able to type the filename&amp;lt;br&amp;gt;&lt;br /&gt;
into their browser and download it?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
What would the file permissions be set at?  What would be the permissions &amp;lt;br&amp;gt;&lt;br /&gt;
of the directory where my text data file is located be set at?&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/perl/26804/26804/unix-file-permissions/</guid>
      <pubDate>Sun, 28 May 2000 22:24:03 -0700</pubDate>
      <category>Perl</category>
    </item>
    <item>
      <title>Re: UNIX file permissions</title>
      <link>http://www.programmersheaven.com/mb/perl/26804/28109/re-unix-file-permissions/#28109</link>
      <description>: I have a web account that supports scripting and cgi-bin.&amp;lt;br&amp;gt;&lt;br /&gt;
: &amp;lt;br&amp;gt;&lt;br /&gt;
: How can I let my Perl program read and write data to a text file, but at &amp;lt;br&amp;gt;&lt;br /&gt;
: the same time, I don't want anyone from being able to type the filename&amp;lt;br&amp;gt;&lt;br /&gt;
: into their browser and download it?&amp;lt;br&amp;gt;&lt;br /&gt;
: &amp;lt;br&amp;gt;&lt;br /&gt;
: What would the file permissions be set at?  What would be the permissions &amp;lt;br&amp;gt;&lt;br /&gt;
: of the directory where my text data file is located be set at?&amp;lt;br&amp;gt;&lt;br /&gt;
: &amp;lt;br&amp;gt;&lt;br /&gt;
: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
file perms will need to be set at 777 for cgi write&amp;lt;br&amp;gt;&lt;br /&gt;
change to somelike 400 and so only the owner can read,&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
URL:http://plebian.com&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/perl/26804/28109/re-unix-file-permissions/#28109</guid>
      <pubDate>Tue, 20 Jun 2000 03:45:46 -0700</pubDate>
      <category>Perl</category>
    </item>
    <item>
      <title>Re: Re: UNIX file permissions</title>
      <link>http://www.programmersheaven.com/mb/perl/26804/29169/re-re-unix-file-permissions/#29169</link>
      <description>Just to clearify some things, when I type the full pathname of a file in &amp;lt;br&amp;gt;&lt;br /&gt;
the browser address window like:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.blah.com/cgi-bin/data.txt&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
What prevents me from reading this file?  The permissions of the directory&amp;lt;br&amp;gt;&lt;br /&gt;
or the permissions of the file?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/perl/26804/29169/re-re-unix-file-permissions/#29169</guid>
      <pubDate>Fri, 07 Jul 2000 20:46:30 -0700</pubDate>
      <category>Perl</category>
    </item>
  </channel>
</rss>