<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: FTP user with File Creation permissions in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-user-with-file-creation-permissions/m-p/3081526#M142775</link>
    <description>&lt;BR /&gt;&lt;BR /&gt;  BIG THANKX TO ALL OF YOU.&lt;BR /&gt;&lt;BR /&gt;It works fine.&lt;BR /&gt;&lt;BR /&gt;Kind Regards</description>
    <pubDate>Wed, 01 Oct 2003 00:40:41 GMT</pubDate>
    <dc:creator>Abdullah Abu Diyab</dc:creator>
    <dc:date>2003-10-01T00:40:41Z</dc:date>
    <item>
      <title>FTP user with File Creation permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-user-with-file-creation-permissions/m-p/3081520#M142769</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;  I create a user with only ftp access.&lt;BR /&gt;What I want is the following :&lt;BR /&gt;&lt;BR /&gt;How I can modify the ftpaccess file so I make the user with ftp permission whenever he put any file in the server it is created with the followin permission &lt;BR /&gt;&lt;BR /&gt;Read/Write   Read   Read --&amp;gt; 022 or -rw-r--r--&lt;BR /&gt;&lt;BR /&gt;I do not know how to use umask in this file !&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Kind Regards</description>
      <pubDate>Tue, 30 Sep 2003 06:34:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-user-with-file-creation-permissions/m-p/3081520#M142769</guid>
      <dc:creator>Abdullah Abu Diyab</dc:creator>
      <dc:date>2003-09-30T06:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: FTP user with File Creation permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-user-with-file-creation-permissions/m-p/3081521#M142770</link>
      <description>Check this thread&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0x21b03a1c04ffd61190050090279cd0f9%2C00.html&amp;amp;admit=716493758+1064921776254+28353475" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0x21b03a1c04ffd61190050090279cd0f9%2C00.html&amp;amp;admit=716493758+1064921776254+28353475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Tue, 30 Sep 2003 06:36:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-user-with-file-creation-permissions/m-p/3081521#M142770</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2003-09-30T06:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: FTP user with File Creation permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-user-with-file-creation-permissions/m-p/3081522#M142771</link>
      <description>Hi,&lt;BR /&gt; &lt;BR /&gt;Take a look at next doc,&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063231675" target="_blank"&gt;http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063231675&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;Hope it helps,&lt;BR /&gt; &lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Tue, 30 Sep 2003 06:39:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-user-with-file-creation-permissions/m-p/3081522#M142771</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-09-30T06:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: FTP user with File Creation permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-user-with-file-creation-permissions/m-p/3081523#M142772</link>
      <description>By default umask is 000&lt;BR /&gt;ie.e. rw-rw-rw-&lt;BR /&gt;&lt;BR /&gt;you can do a &lt;BR /&gt;ftp&amp;gt;umask 022&lt;BR /&gt;&lt;BR /&gt;which should put files with the required permission.&lt;BR /&gt;&lt;BR /&gt;If it is for all users change in your /etc/inetd.conf file&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ftp          stream tcp nowait root /etc/ftpd     ftpd -u022&lt;BR /&gt;&lt;BR /&gt;Re-read your /etc/inetd.conf file using&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/inetd -c&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Revert</description>
      <pubDate>Tue, 30 Sep 2003 06:41:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-user-with-file-creation-permissions/m-p/3081523#M142772</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-09-30T06:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: FTP user with File Creation permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-user-with-file-creation-permissions/m-p/3081524#M142773</link>
      <description>I think you will find what you want in this link. Took us a few tries but resulted in success.&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=207772" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=207772&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best of luck.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;dl</description>
      <pubDate>Tue, 30 Sep 2003 12:09:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-user-with-file-creation-permissions/m-p/3081524#M142773</guid>
      <dc:creator>Dave La Mar</dc:creator>
      <dc:date>2003-09-30T12:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: FTP user with File Creation permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-user-with-file-creation-permissions/m-p/3081525#M142774</link>
      <description>If you want all your FTP users to have a particular defualt umask, then you need to set it in inetd:&lt;BR /&gt;&lt;BR /&gt;Edit inetd.conf the line for ftpd from:&lt;BR /&gt;ftp          stream tcp nowait root /usr/lbin/tcpd     /usr/lbin/ftpd -ld&lt;BR /&gt;to:&lt;BR /&gt;ftp          stream tcp nowait root /usr/lbin/tcpd      /usr/lbin/ftpd -ld -u 022&lt;BR /&gt;&lt;BR /&gt;Then HUP the inetd process. kill -HUP PID-of-inetd&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Sep 2003 12:20:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-user-with-file-creation-permissions/m-p/3081525#M142774</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2003-09-30T12:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: FTP user with File Creation permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-user-with-file-creation-permissions/m-p/3081526#M142775</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;  BIG THANKX TO ALL OF YOU.&lt;BR /&gt;&lt;BR /&gt;It works fine.&lt;BR /&gt;&lt;BR /&gt;Kind Regards</description>
      <pubDate>Wed, 01 Oct 2003 00:40:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-user-with-file-creation-permissions/m-p/3081526#M142775</guid>
      <dc:creator>Abdullah Abu Diyab</dc:creator>
      <dc:date>2003-10-01T00:40:41Z</dc:date>
    </item>
  </channel>
</rss>

