<?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: umask for ftp in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/umask-for-ftp/m-p/3006561#M127565</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Use these steps to set the umask for all FTP login:&lt;BR /&gt;   a. Modify /etc/inetd.conf and change the line:&lt;BR /&gt;      ftp  stream tcp nowait root /usr/lbin/ftpd  ftpd -l&lt;BR /&gt;      to read:&lt;BR /&gt;      ftp  stream tcp nowait root /usr/lbin/ftpd  ftpd -l -u044&lt;BR /&gt;&lt;BR /&gt;   b. Have the inted daemon reread the configuration file&lt;BR /&gt;      by issuing this command:&lt;BR /&gt;      inetd -c&lt;BR /&gt;   This will restart the inetd process.&lt;BR /&gt;&lt;BR /&gt;HTH</description>
    <pubDate>Wed, 25 Jun 2003 06:16:06 GMT</pubDate>
    <dc:creator>V.Tamilvanan</dc:creator>
    <dc:date>2003-06-25T06:16:06Z</dc:date>
    <item>
      <title>umask for ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask-for-ftp/m-p/3006558#M127562</link>
      <description>&lt;BR /&gt;I have ftp enable for users to ftp files to a fix directory (not using anonymous ftp). But I need to fix the file permission to be rwxr--r-- only. How do i ensure this is so for all files that are ftp into this directory??&lt;BR /&gt;&lt;BR /&gt;I kept getting different permission set on the files being put in the directory.</description>
      <pubDate>Wed, 25 Jun 2003 06:06:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask-for-ftp/m-p/3006558#M127562</guid>
      <dc:creator>YLTan</dc:creator>
      <dc:date>2003-06-25T06:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: umask for ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask-for-ftp/m-p/3006559#M127563</link>
      <description>#umask&lt;BR /&gt;&lt;BR /&gt;what is the value of that?&lt;BR /&gt;&lt;BR /&gt;#umask 022&lt;BR /&gt;&lt;BR /&gt;for the setting the txt files will have&lt;BR /&gt;&lt;BR /&gt;   666&lt;BR /&gt;(-)022&lt;BR /&gt;----------&lt;BR /&gt;   644 ie. rw-r--r--&lt;BR /&gt;&lt;BR /&gt;FOr dir and exe's&lt;BR /&gt;&lt;BR /&gt;   777&lt;BR /&gt;(-)022&lt;BR /&gt;----------&lt;BR /&gt;   755 i.e rwxr-xr-x&lt;BR /&gt;-----------&lt;BR /&gt;&lt;BR /&gt;Revert</description>
      <pubDate>Wed, 25 Jun 2003 06:14:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask-for-ftp/m-p/3006559#M127563</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-06-25T06:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: umask for ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask-for-ftp/m-p/3006560#M127564</link>
      <description>Hi &lt;BR /&gt;If you look at man ftpd the default umask is 027.  You can change this with the -u option.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jun 2003 06:15:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask-for-ftp/m-p/3006560#M127564</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2003-06-25T06:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: umask for ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask-for-ftp/m-p/3006561#M127565</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Use these steps to set the umask for all FTP login:&lt;BR /&gt;   a. Modify /etc/inetd.conf and change the line:&lt;BR /&gt;      ftp  stream tcp nowait root /usr/lbin/ftpd  ftpd -l&lt;BR /&gt;      to read:&lt;BR /&gt;      ftp  stream tcp nowait root /usr/lbin/ftpd  ftpd -l -u044&lt;BR /&gt;&lt;BR /&gt;   b. Have the inted daemon reread the configuration file&lt;BR /&gt;      by issuing this command:&lt;BR /&gt;      inetd -c&lt;BR /&gt;   This will restart the inetd process.&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Wed, 25 Jun 2003 06:16:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask-for-ftp/m-p/3006561#M127565</guid>
      <dc:creator>V.Tamilvanan</dc:creator>
      <dc:date>2003-06-25T06:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: umask for ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask-for-ftp/m-p/3006562#M127566</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;this could be done with a line in /etc/ftpd/ftpaccess, i.e.:&lt;BR /&gt;upload /transfer/input * yes user group 0744&lt;BR /&gt;&lt;BR /&gt;So you can configure different permissions; the -u-option of the ftpd concerns all users.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;  Adam</description>
      <pubDate>Thu, 26 Jun 2003 05:45:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask-for-ftp/m-p/3006562#M127566</guid>
      <dc:creator>Adam Vollmar</dc:creator>
      <dc:date>2003-06-26T05:45:16Z</dc:date>
    </item>
  </channel>
</rss>

