<?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: inetd.conf question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf-question/m-p/3325307#M188129</link>
    <description>vi /etc/inetd.conf works for me. You could use sed, awk, or whatever --- it's just a textfile. Now, if you want to let inetd that you have made changes to the config file, you issue an inetd -c (HP-UX) or more generally send a SIGHUP to the inetd via kill -1 INETD_PID.&lt;BR /&gt;</description>
    <pubDate>Wed, 07 Jul 2004 09:26:17 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2004-07-07T09:26:17Z</dc:date>
    <item>
      <title>inetd.conf question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf-question/m-p/3325305#M188127</link>
      <description>What's the command syntax to update the inetd.conf file? Thanks.</description>
      <pubDate>Wed, 07 Jul 2004 09:20:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf-question/m-p/3325305#M188127</guid>
      <dc:creator>Steve Ferrara</dc:creator>
      <dc:date>2004-07-07T09:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: inetd.conf question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf-question/m-p/3325306#M188128</link>
      <description>You know the inetd(1M) and inetd.conf(4) man pages?</description>
      <pubDate>Wed, 07 Jul 2004 09:25:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf-question/m-p/3325306#M188128</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2004-07-07T09:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: inetd.conf question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf-question/m-p/3325307#M188129</link>
      <description>vi /etc/inetd.conf works for me. You could use sed, awk, or whatever --- it's just a textfile. Now, if you want to let inetd that you have made changes to the config file, you issue an inetd -c (HP-UX) or more generally send a SIGHUP to the inetd via kill -1 INETD_PID.&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Jul 2004 09:26:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf-question/m-p/3325307#M188129</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-07-07T09:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: inetd.conf question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf-question/m-p/3325308#M188130</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;vi /etc/inetd.conf work fine with me&lt;BR /&gt;&lt;BR /&gt;after modification, issue command&lt;BR /&gt;#inetd -c &lt;BR /&gt;&lt;BR /&gt;to refresh the daemons</description>
      <pubDate>Wed, 07 Jul 2004 09:32:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf-question/m-p/3325308#M188130</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2004-07-07T09:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: inetd.conf question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf-question/m-p/3325309#M188131</link>
      <description>use any text editor , make changes , save and run # inetd -c start, this command will re-check the /etc/inetd.conf entries.</description>
      <pubDate>Wed, 07 Jul 2004 09:44:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf-question/m-p/3325309#M188131</guid>
      <dc:creator>Pnaidu</dc:creator>
      <dc:date>2004-07-07T09:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: inetd.conf question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf-question/m-p/3325310#M188132</link>
      <description>Hi,&lt;BR /&gt;/etc/inetd.conf is a normal ascii text file and you can edit it with vi. This is actually a configuration file for inetd daemon which handles different services.&lt;BR /&gt;Edit it with vi , save the changes.&lt;BR /&gt;Then execute "/usr/sbin/inetd -c" to make inetd daemon to reread the configuration file.&lt;BR /&gt;That's it.&lt;BR /&gt;&lt;BR /&gt;see man inetd.conf and man inetd for more information.&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Wed, 07 Jul 2004 09:49:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf-question/m-p/3325310#M188132</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-07-07T09:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: inetd.conf question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf-question/m-p/3325311#M188133</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Its just a text file and u can edit it with your editor. Better to keep a copy of this before modifying it. Then run init -c to update the changes.&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;Sreejith</description>
      <pubDate>Wed, 07 Jul 2004 10:29:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf-question/m-p/3325311#M188133</guid>
      <dc:creator>sreejith_4</dc:creator>
      <dc:date>2004-07-07T10:29:28Z</dc:date>
    </item>
  </channel>
</rss>

