<?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 users in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/umask-for-ftp-users/m-p/5074805#M730863</link>
    <description>closig with the current informations. Thanks to all.</description>
    <pubDate>Sun, 18 Nov 2007 19:24:26 GMT</pubDate>
    <dc:creator>skt_skt</dc:creator>
    <dc:date>2007-11-18T19:24:26Z</dc:date>
    <item>
      <title>umask for ftp users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask-for-ftp-users/m-p/5074797#M730855</link>
      <description>HP-UX 11.00&lt;BR /&gt;&lt;BR /&gt;I see a difference in the umask command availability for two ftp users . SISCOM user belongs to shell /usr/bin/false.(umask command NOT available).&lt;BR /&gt; Other user belongs to /usr/bin/ksh.(umask command available)&lt;BR /&gt;&lt;BR /&gt;230 User SISCOM logged in.&lt;BR /&gt;ftp&amp;gt; help&lt;BR /&gt;Commands may be abbreviated.  Commands are:&lt;BR /&gt;&lt;BR /&gt;!               delete          literal         prompt          send&lt;BR /&gt;?               debug           ls              put             status&lt;BR /&gt;append          dir             mdelete         pwd             trace&lt;BR /&gt;ascii           disconnect      mdir            quit            type&lt;BR /&gt;bell            get             mget            quote           user&lt;BR /&gt;binary          glob            mkdir           recv            verbose&lt;BR /&gt;bye             hash            mls             remotehelp&lt;BR /&gt;cd              help            mput            rename&lt;BR /&gt;close           lcd             open            rmdir&lt;BR /&gt;ftp&amp;gt; umask&lt;BR /&gt;?Invalid command&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ftp&amp;gt; help&lt;BR /&gt;Commands may be abbreviated.  Commands are:&lt;BR /&gt;&lt;BR /&gt;!               debug           mget            put             size&lt;BR /&gt;$               dir             mkdir           pwd             status&lt;BR /&gt;account         disconnect      mls             quit            struct&lt;BR /&gt;append          form            mode            quote           system&lt;BR /&gt;ascii           get             modtime         recv            sunique&lt;BR /&gt;bell            glob            mput            reget           tenex&lt;BR /&gt;binary          hash            newer           rstatus         trace&lt;BR /&gt;bye             help            nmap            rhelp           type&lt;BR /&gt;case            idle            nlist           rename          user&lt;BR /&gt;cd              image           ntrans          reset           umask&lt;BR /&gt;cdup            lcd             open            restart         verbose&lt;BR /&gt;chmod           ls              prompt          rmdir           ?&lt;BR /&gt;close           macdef          proxy           runique&lt;BR /&gt;cr              mdelete         sendport        send&lt;BR /&gt;delete          mdir            passive         site&lt;BR /&gt;ftp&amp;gt; umask&lt;BR /&gt;200 Current UMASK is 027</description>
      <pubDate>Wed, 17 Oct 2007 15:31:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask-for-ftp-users/m-p/5074797#M730855</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-10-17T15:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: umask for ftp users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask-for-ftp-users/m-p/5074798#M730856</link>
      <description>The default umask for ftp is set in the /etc/inetd.conf config file.  &lt;BR /&gt;i.e. ftp -u 002&lt;BR /&gt;&lt;BR /&gt;If same server and two different users having two different default umasks then that is a good one.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Another option is to review /etc/ftpd/ftpaccess for some specific user/group configs.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Oct 2007 16:36:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask-for-ftp-users/m-p/5074798#M730856</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2007-10-17T16:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: umask for ftp users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask-for-ftp-users/m-p/5074799#M730857</link>
      <description>here what i intend to use is&lt;BR /&gt;change umask value to 133 so that i will have 644 permission on the file after the transfer.it is true for my id whihc uses ksh.&lt;BR /&gt;&lt;BR /&gt;problem is umask command is NOT available for the user who uses /usr/bin/false.&lt;BR /&gt;&lt;BR /&gt;I tried setting umask on user's profile but that is not reflecting for the ftp(even true for ksh user;i change it manually using umask for the ksh user)&lt;BR /&gt;&lt;BR /&gt;Any method which i can acheive this?</description>
      <pubDate>Wed, 17 Oct 2007 18:09:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask-for-ftp-users/m-p/5074799#M730857</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-10-17T18:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: umask for ftp users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask-for-ftp-users/m-p/5074800#M730858</link>
      <description>ftp does not login so it doesn't matter what shell is being used. As mentioned before, the umask value is set by the ftp daemon on the destination machine. Edit the file: /etc/inetd.conf and add the option: -u 133 to the ftpd line. Close the files and type: inetd -c to reread the configuration file. Now all files will be created with the umask value of 133 (or permission 644 for the file).</description>
      <pubDate>Wed, 17 Oct 2007 19:22:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask-for-ftp-users/m-p/5074800#M730858</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-10-17T19:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: umask for ftp users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask-for-ftp-users/m-p/5074801#M730859</link>
      <description>But that is going to effect all the ftp trasfers. This is an option and not sound like a data secure option.&lt;BR /&gt;&lt;BR /&gt;One of my questions still remains. what decide if a user has access to umask(ftp command) or not?</description>
      <pubDate>Wed, 17 Oct 2007 20:05:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask-for-ftp-users/m-p/5074801#M730859</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-10-17T20:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: umask for ftp users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask-for-ftp-users/m-p/5074802#M730860</link>
      <description>Try using the commands quote site as in:&lt;BR /&gt; &lt;BR /&gt;ftp&amp;gt; quote site umask 022&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Oct 2007 22:08:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask-for-ftp-users/m-p/5074802#M730860</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-10-17T22:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: umask for ftp users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask-for-ftp-users/m-p/5074803#M730861</link>
      <description>Hi santosh,&lt;BR /&gt;&lt;BR /&gt;You can refer to this doc for workaround&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=ucr_na-KMN8606472894_ssb-1" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=ucr_na-KMN8606472894_ssb-1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;WK</description>
      <pubDate>Wed, 17 Oct 2007 22:24:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask-for-ftp-users/m-p/5074803#M730861</guid>
      <dc:creator>whiteknight</dc:creator>
      <dc:date>2007-10-17T22:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: umask for ftp users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask-for-ftp-users/m-p/5074804#M730862</link>
      <description>did any one configure this type of requirment on ftpaccess? &lt;BR /&gt;&lt;BR /&gt;i put a cron job to do this permission change due to the urgency of requirement.</description>
      <pubDate>Thu, 18 Oct 2007 11:35:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask-for-ftp-users/m-p/5074804#M730862</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-10-18T11:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: umask for ftp users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask-for-ftp-users/m-p/5074805#M730863</link>
      <description>closig with the current informations. Thanks to all.</description>
      <pubDate>Sun, 18 Nov 2007 19:24:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask-for-ftp-users/m-p/5074805#M730863</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-11-18T19:24:26Z</dc:date>
    </item>
  </channel>
</rss>

