<?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: ps in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ps/m-p/4330724#M342045</link>
    <description>I forgot that pstack(1) on 11.31 Integrity should give it.&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60130/pstack.1.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60130/pstack.1.html&lt;/A&gt;</description>
    <pubDate>Wed, 31 Dec 2008 23:34:16 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2008-12-31T23:34:16Z</dc:date>
    <item>
      <title>ps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps/m-p/4330720#M342041</link>
      <description>hello all,&lt;BR /&gt;I need to know the option of the "ps" command that shows the full path of the command &lt;BR /&gt;thanks</description>
      <pubDate>Wed, 31 Dec 2008 22:53:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps/m-p/4330720#M342041</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2008-12-31T22:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: ps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps/m-p/4330721#M342042</link>
      <description>Hi Navin:&lt;BR /&gt;&lt;BR /&gt;What's reported by 'ps' is the command line as originally issued.  This is available in the 'args' field output.  It may or may not be a command with an absolute path.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 31 Dec 2008 23:16:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps/m-p/4330721#M342042</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-12-31T23:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: ps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps/m-p/4330722#M342043</link>
      <description>There isn't any.  You'll have to write your own program calling pstat(2):&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1280356" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1280356&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=718760" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=718760&lt;/A&gt;</description>
      <pubDate>Wed, 31 Dec 2008 23:25:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps/m-p/4330722#M342043</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-12-31T23:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: ps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps/m-p/4330723#M342044</link>
      <description>If you already know that the "ps" command has the correct option, why don't you use the "man ps" command and read the man page to find the correct option?&lt;BR /&gt;&lt;BR /&gt;You'll want one of the options listed under the sub-heading "Output Format Options". By reading through the descriptions of the available information columns, you'll want to display the "args" column instead of "comm".&lt;BR /&gt;&lt;BR /&gt;But if the full path is not used in starting the command, it cannot be displayed in the ps listing, no matter what options do you use. In such a case, the free "lsof" utility is useful: just use "lsof -p &lt;PROCESS_ID&gt;" and check the rows with "txt" in the FD column. Often there is only one such line, and that line describes the full path of the command binary. &lt;BR /&gt;&lt;BR /&gt;(Although lsof is not a standard HP-UX command, it is a great tool for sysadmins. It is available in the free Internet Express package from software.hp.com, and in the Porting Archive. It is also compilable using the bundled cc compiler, if you need lsof for some old 10.20 or 11.00. Never leave /home without it! :-)&lt;BR /&gt;&lt;BR /&gt;MK&lt;/PROCESS_ID&gt;</description>
      <pubDate>Wed, 31 Dec 2008 23:32:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps/m-p/4330723#M342044</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-12-31T23:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: ps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps/m-p/4330724#M342045</link>
      <description>I forgot that pstack(1) on 11.31 Integrity should give it.&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60130/pstack.1.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60130/pstack.1.html&lt;/A&gt;</description>
      <pubDate>Wed, 31 Dec 2008 23:34:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps/m-p/4330724#M342045</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-12-31T23:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: ps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps/m-p/4330725#M342046</link>
      <description>Hi Navin,&lt;BR /&gt;&lt;BR /&gt;man ps "will provide you all information" or options,&lt;BR /&gt;&lt;BR /&gt;Normal "ps" command to show option would be (ef) &amp;amp; grep specfic "process" or file&lt;BR /&gt;&lt;BR /&gt;Example:-&lt;BR /&gt;&lt;BR /&gt;ps -ef |grep smb&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson</description>
      <pubDate>Thu, 01 Jan 2009 14:32:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps/m-p/4330725#M342046</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-01-01T14:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: ps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps/m-p/4330726#M342047</link>
      <description>&amp;gt;Johnson: Normal "ps" command to show option would be (-ef) &amp;amp; grep specfic "process" or file&lt;BR /&gt;&lt;BR /&gt;It is dangerous to use grep.  Instead use:&lt;BR /&gt;UNIX95=EXTENDED_PS ps -Hf -C process-name</description>
      <pubDate>Thu, 01 Jan 2009 18:02:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps/m-p/4330726#M342047</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-01T18:02:49Z</dc:date>
    </item>
  </channel>
</rss>

