<?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 Process table in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/process-table/m-p/5381519#M639701</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way I can run a command/script so that it does not show up in the ps command while running.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Avoid process table?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Allan.&lt;/P&gt;</description>
    <pubDate>Fri, 04 Nov 2011 06:22:49 GMT</pubDate>
    <dc:creator>allanm77</dc:creator>
    <dc:date>2011-11-04T06:22:49Z</dc:date>
    <item>
      <title>Process table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-table/m-p/5381519#M639701</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way I can run a command/script so that it does not show up in the ps command while running.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Avoid process table?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Allan.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2011 06:22:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-table/m-p/5381519#M639701</guid>
      <dc:creator>allanm77</dc:creator>
      <dc:date>2011-11-04T06:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Process table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-table/m-p/5381557#M639702</link>
      <description>I wonder if this would make any sense?</description>
      <pubDate>Fri, 04 Nov 2011 07:30:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-table/m-p/5381557#M639702</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2011-11-04T07:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Process table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-table/m-p/5381925#M639703</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you asking how to hide something as in "security-by-obscurity" or are you asking how to best look at the process table but not find the process used to look (e.g. the classic use of 'grep' to find a process by name)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...JRF...&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2011 12:37:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-table/m-p/5381925#M639703</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2011-11-04T12:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Process table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-table/m-p/5382193#M639704</link>
      <description>Hi JRF!&lt;BR /&gt;&lt;BR /&gt;Best would be that the process doesn't show up through ps command.&lt;BR /&gt;&lt;BR /&gt;Security bu obscurity would work too if first one doesn't...&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Allan.</description>
      <pubDate>Fri, 04 Nov 2011 18:14:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-table/m-p/5382193#M639704</guid>
      <dc:creator>allanm77</dc:creator>
      <dc:date>2011-11-04T18:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Process table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-table/m-p/5382535#M639705</link>
      <description>&lt;P&gt;As far as I understand, on HP-UX the ps output is produced by direct examination of the process table structure of the kernel. If the process is not listed in the kernel's table, it won't receive any CPU time and therefore won't be running (technically, it would not even exist as a real process). Regular users already have an option to see their own processes only in the ps listing, and root can always see everything.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since it is possible for programs to edit their own command line as displayed in the ps listing (example: sendmail), it might be possible to embed some terminal control sequences that would cause the line to be deleted from a typical terminal/emulator, but that trick only works against one terminal type at a time, and is easily undone with "ps -ef | cat -v" anyway. If I saw a program trying to hide itself, I would consider it extremely suspicious and a possible indication of malicious intent.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the actual problem you're trying to solve by hiding a process?&lt;/P&gt;</description>
      <pubDate>Sat, 05 Nov 2011 09:58:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-table/m-p/5382535#M639705</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-11-05T09:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Process table, hiding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-table/m-p/5382873#M639706</link>
      <description>&lt;P&gt;&amp;gt;Is there a way I can run a command/script so that it does not show up in the ps command&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If there is a process, it shows up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;on HP-UX the ps output is produced by direct examination of the process table structure of the kernel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Well, it comes from pstat(2).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;Since it is possible for programs to edit their own command line as displayed in the ps listing, it might be possible to embed some terminal control sequences&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;pstat(2) looks for those and suppresses them.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Nov 2011 20:44:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-table/m-p/5382873#M639706</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-11-06T20:44:56Z</dc:date>
    </item>
  </channel>
</rss>

