<?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: rexec/remsh command creates restricted file in HP-UX B.11.23 U ia64 box in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rexec-remsh-command-creates-restricted-file-in-hp-ux-b-11-23-u/m-p/4048760#M90800</link>
    <description>did u fix the mentioned issue?</description>
    <pubDate>Sat, 22 Mar 2008 20:04:18 GMT</pubDate>
    <dc:creator>skt_skt</dc:creator>
    <dc:date>2008-03-22T20:04:18Z</dc:date>
    <item>
      <title>rexec/remsh command creates restricted file in HP-UX B.11.23 U ia64 box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rexec-remsh-command-creates-restricted-file-in-hp-ux-b-11-23-u/m-p/4048757#M90797</link>
      <description>Not sure if this question is appropriate for this section.. but still posting it just so if someone can help, or someone faced similar problem..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To put the problem in short, &lt;BR /&gt;The rexec and remsh command targetting to HP-UX ia64 box is creating file &lt;BR /&gt;with -rw------- permission in HP-UX B.11.23 U ia64 box. Whereas we want the created file permission to be -rw-rw-rw-&lt;BR /&gt;However, HP-UX B.11.11 U 9000/800 boxes are all good.&lt;BR /&gt;&lt;BR /&gt;Example :&lt;BR /&gt;HPPARISC$ remsh &lt;IA64 boxname=""&gt; -l &lt;MYID&gt; -n touch afile it creates very restricted file in IA64 box.&lt;BR /&gt;&lt;BR /&gt;-rw------- 1 adcf81t zxxincb1 0 Jul 25 17:17 afile&lt;BR /&gt;&lt;BR /&gt;whereas when I run following command &lt;BR /&gt;HPIA64$ remsh &lt;PARISC boxname=""&gt; -l &lt;MYID&gt; -n touch afile it creates file with good required permission in PARISC box.&lt;BR /&gt;&lt;BR /&gt;-rw-rw-rw- 1 adcf81t zxxincb1 0 Jul 25 17:18 afile&lt;BR /&gt;&lt;BR /&gt; The man page for rexecd and remshd both are referring to same /etc/default/security file.&lt;BR /&gt;&lt;BR /&gt;So I added following line in &lt;BR /&gt;/etc/default/security file in HP-UX B.11.23 U ia64 Unix box.&lt;BR /&gt;UMASK=000&lt;BR /&gt;&lt;BR /&gt;Just wondering if the machine needs to be restarted before this comes into effect ? or anything I missed or wrongly did ?&lt;BR /&gt;&lt;BR /&gt;Because after even adding that line in that file, it didn't work.&lt;BR /&gt;Although the man page of security(4) says that&lt;BR /&gt;default value: UMASK=0&lt;BR /&gt;&lt;BR /&gt;Any tip I could try ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Rabi&lt;/MYID&gt;&lt;/PARISC&gt;&lt;/MYID&gt;&lt;/IA64&gt;</description>
      <pubDate>Thu, 02 Aug 2007 15:28:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rexec-remsh-command-creates-restricted-file-in-hp-ux-b-11-23-u/m-p/4048757#M90797</guid>
      <dc:creator>rab_2</dc:creator>
      <dc:date>2007-08-02T15:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: rexec/remsh command creates restricted file in HP-UX B.11.23 U ia64 box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rexec-remsh-command-creates-restricted-file-in-hp-ux-b-11-23-u/m-p/4048758#M90798</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# grep -i umask /sbin/init.d/inetd&lt;BR /&gt;&lt;BR /&gt;if you change the umask setting, you will need to restart the /sbin/init.d/initd daemon.&lt;BR /&gt;&lt;BR /&gt;US&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c00921584-1" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c00921584-1&lt;/A&gt;&lt;BR /&gt;Europe&lt;BR /&gt;&lt;A href="http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c00921584-1" target="_blank"&gt;http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c00921584-1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Thu, 02 Aug 2007 15:42:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rexec-remsh-command-creates-restricted-file-in-hp-ux-b-11-23-u/m-p/4048758#M90798</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2007-08-02T15:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: rexec/remsh command creates restricted file in HP-UX B.11.23 U ia64 box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rexec-remsh-command-creates-restricted-file-in-hp-ux-b-11-23-u/m-p/4048759#M90799</link>
      <description>I see that the inetd file is very old.&lt;BR /&gt;-r-xr-xr-x   1 bin        bin           1611 Sep  3  2003 /sbin/init.d/inetd&lt;BR /&gt;&lt;BR /&gt;Do you mean if I change anything in /etc/default/security file, like adding a line UMASK=000 in there... and then I need to restart the inetd deamon to make that effective ?&lt;BR /&gt;Please confirm.&lt;BR /&gt;&lt;BR /&gt;Thanks for your quick response.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rabi&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Aug 2007 16:52:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rexec-remsh-command-creates-restricted-file-in-hp-ux-b-11-23-u/m-p/4048759#M90799</guid>
      <dc:creator>rab_2</dc:creator>
      <dc:date>2007-08-02T16:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: rexec/remsh command creates restricted file in HP-UX B.11.23 U ia64 box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rexec-remsh-command-creates-restricted-file-in-hp-ux-b-11-23-u/m-p/4048760#M90800</link>
      <description>did u fix the mentioned issue?</description>
      <pubDate>Sat, 22 Mar 2008 20:04:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rexec-remsh-command-creates-restricted-file-in-hp-ux-b-11-23-u/m-p/4048760#M90800</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-03-22T20:04:18Z</dc:date>
    </item>
  </channel>
</rss>

