<?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 Disabling Services in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-services/m-p/5036594#M432005</link>
    <description>Hi,&lt;BR /&gt;Although I disable some services like "echo" &amp;amp; "finger" command, by commented out '#' in /etc/inetd.conf file and then inetd -c to refresh, but when I type echo and finger I got the result back!&lt;BR /&gt;&lt;BR /&gt;# finger ahmed&lt;BR /&gt;Login name: ahmed&lt;BR /&gt;Directory: /home/ahmed                  Shell: /usr/bin/sh&lt;BR /&gt;Last login Tue Mar 27 11:16 on pts/ta&lt;BR /&gt;New mail received Tue Nov  9 11:30:33 2004;&lt;BR /&gt; unread since Thu Mar 15 22:12:53 2007&lt;BR /&gt;No Plan.&lt;BR /&gt;&lt;BR /&gt;# echo hello&lt;BR /&gt;hello&lt;BR /&gt;&lt;BR /&gt;please help,&lt;BR /&gt;Ahmed</description>
    <pubDate>Tue, 27 Mar 2007 06:29:59 GMT</pubDate>
    <dc:creator>Ahmed_58</dc:creator>
    <dc:date>2007-03-27T06:29:59Z</dc:date>
    <item>
      <title>Disabling Services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-services/m-p/5036594#M432005</link>
      <description>Hi,&lt;BR /&gt;Although I disable some services like "echo" &amp;amp; "finger" command, by commented out '#' in /etc/inetd.conf file and then inetd -c to refresh, but when I type echo and finger I got the result back!&lt;BR /&gt;&lt;BR /&gt;# finger ahmed&lt;BR /&gt;Login name: ahmed&lt;BR /&gt;Directory: /home/ahmed                  Shell: /usr/bin/sh&lt;BR /&gt;Last login Tue Mar 27 11:16 on pts/ta&lt;BR /&gt;New mail received Tue Nov  9 11:30:33 2004;&lt;BR /&gt; unread since Thu Mar 15 22:12:53 2007&lt;BR /&gt;No Plan.&lt;BR /&gt;&lt;BR /&gt;# echo hello&lt;BR /&gt;hello&lt;BR /&gt;&lt;BR /&gt;please help,&lt;BR /&gt;Ahmed</description>
      <pubDate>Tue, 27 Mar 2007 06:29:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-services/m-p/5036594#M432005</guid>
      <dc:creator>Ahmed_58</dc:creator>
      <dc:date>2007-03-27T06:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-services/m-p/5036595#M432006</link>
      <description>Ahmed,&lt;BR /&gt;I believe finger will always work on the localhost, unless to remove/permission protect the executable.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Mar 2007 06:40:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-services/m-p/5036595#M432006</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-03-27T06:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-services/m-p/5036596#M432007</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Finger can also be used to list users on a remote machine.  The format for user_name is user_name@host.  If user_name is not specified, the remote system (HP-UX or non-HP-UX) uses its default standard format     for listing user information&lt;BR /&gt;&lt;BR /&gt;Try finger @your-hostname (from another host and see the result).&lt;BR /&gt;&lt;BR /&gt;It is recommended to disbale these services because of the security vulnerabilities involved. You can get information from remote systems if it is not disabled.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rasheed Tamton.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Mar 2007 06:48:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-services/m-p/5036596#M432007</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2007-03-27T06:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-services/m-p/5036597#M432008</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;you could use tcp wrappers to disable the command.  I use wrappers to disable telnet, for example</description>
      <pubDate>Tue, 27 Mar 2007 07:21:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-services/m-p/5036597#M432008</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2007-03-27T07:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-services/m-p/5036598#M432009</link>
      <description>Hi ahmed,&lt;BR /&gt;&lt;BR /&gt;Go to /etc/inetd.conf&lt;BR /&gt;Comment all the services which you want to stop from UDP/TCP.&lt;BR /&gt;&lt;BR /&gt;Onces you do that you have to run &lt;BR /&gt;inetd -c so that i will re-read the config file otherwise this changes will not get affected.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Mar 2007 07:24:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-services/m-p/5036598#M432009</guid>
      <dc:creator>Eric Jacklin</dc:creator>
      <dc:date>2007-03-27T07:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-services/m-p/5036599#M432010</link>
      <description>Thank you all for useful information.&lt;BR /&gt;Ahmed</description>
      <pubDate>Tue, 27 Mar 2007 23:23:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-services/m-p/5036599#M432010</guid>
      <dc:creator>Ahmed_58</dc:creator>
      <dc:date>2007-03-27T23:23:55Z</dc:date>
    </item>
  </channel>
</rss>

