<?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 ax in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-ax/m-p/3114363#M149458</link>
    <description>Hanry,&lt;BR /&gt;&lt;BR /&gt;You must have an older system.  My man page for ps says:&lt;BR /&gt;&lt;BR /&gt;" -x             Shows the command line in extended format."&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Tue, 11 Nov 2003 11:08:59 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2003-11-11T11:08:59Z</dc:date>
    <item>
      <title>ps ax</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-ax/m-p/3114357#M149452</link>
      <description>following is from man page:&lt;BR /&gt; a            select all processes on a terminal,  includÂ­ing those of other users&lt;BR /&gt;&lt;BR /&gt; x            select processes without controlling ttys&lt;BR /&gt;&lt;BR /&gt;can anybody explain to me what these two mean, i don't understand what man page says.&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;&lt;BR /&gt;on redhat, but should be same on hpux.</description>
      <pubDate>Sun, 09 Nov 2003 11:01:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-ax/m-p/3114357#M149452</guid>
      <dc:creator>Hanry Zhou</dc:creator>
      <dc:date>2003-11-09T11:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: ps ax</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-ax/m-p/3114358#M149453</link>
      <description>Hanry,&lt;BR /&gt;&lt;MAN&gt;&lt;BR /&gt;  -a             Select all processes except process group leaders                           and processes not associated with a terminal.&lt;BR /&gt;&lt;/MAN&gt;&lt;BR /&gt;&lt;BR /&gt;  This option selects those processes who are not process group leaders and having a controlling terminal.  The suitable example is a daemon.  Since daemon needs to run the background and should not be affected by any signals generated for the shells/terminals.   Say, if you start a daemon from a termainal and quit that terminal, the daemon continues to run.  They are indicated by the ? mark in 6th column.&lt;BR /&gt;&lt;BR /&gt;  -x represents the extended format of the ps command where you can see the full command line.  Before that we used to get only 255 chars max.&lt;BR /&gt;&lt;BR /&gt;In RH Linux, -a selects all except session leaders and -x selects all except controlling ttys which is when combined equivalent to -a of hpux.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Umapathy</description>
      <pubDate>Sun, 09 Nov 2003 11:35:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-ax/m-p/3114358#M149453</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-11-09T11:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: ps ax</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-ax/m-p/3114359#M149454</link>
      <description>I still don't get it 100%, although may be 50%, can anybody explore it a little bit more?</description>
      <pubDate>Tue, 11 Nov 2003 10:54:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-ax/m-p/3114359#M149454</guid>
      <dc:creator>Hanry Zhou</dc:creator>
      <dc:date>2003-11-11T10:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: ps ax</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-ax/m-p/3114360#M149455</link>
      <description>Hanry,&lt;BR /&gt;&lt;BR /&gt;I think Umapathy did about as good a job of explaining as you're going to get when you post a Linux question on an HP-UX forum.  You might want to try the Linux forum and see what they can contribute.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 11 Nov 2003 11:01:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-ax/m-p/3114360#M149455</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-11-11T11:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: ps ax</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-ax/m-p/3114361#M149456</link>
      <description>I'm pretty clear on HPUX with regards how ps ax works which will list all daemons, not terminal related processes, &lt;BR /&gt;&lt;BR /&gt;but I'm not so clean on Linux. if I type:&lt;BR /&gt;ps ax | grep rpc&lt;BR /&gt;rpc.stad will be listed, which is not expected, since it is a daemon, and not a particular tty assoicated.&lt;BR /&gt;&lt;BR /&gt;Also, I checked manpage, and there is no "x" option on HPUX.&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Nov 2003 11:04:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-ax/m-p/3114361#M149456</guid>
      <dc:creator>Hanry Zhou</dc:creator>
      <dc:date>2003-11-11T11:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: ps ax</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-ax/m-p/3114362#M149457</link>
      <description>Well,&lt;BR /&gt;Imho ps -ax under linux doesnt give the same as on HPUX, its what I used to type on my slackware some time ago or on SUNOS4.XX, its closest output HPUX point of view would be:&lt;BR /&gt;ps -ef...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;&lt;BR /&gt;Victor</description>
      <pubDate>Tue, 11 Nov 2003 11:05:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-ax/m-p/3114362#M149457</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2003-11-11T11:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: ps ax</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-ax/m-p/3114363#M149458</link>
      <description>Hanry,&lt;BR /&gt;&lt;BR /&gt;You must have an older system.  My man page for ps says:&lt;BR /&gt;&lt;BR /&gt;" -x             Shows the command line in extended format."&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 11 Nov 2003 11:08:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-ax/m-p/3114363#M149458</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-11-11T11:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: ps ax</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-ax/m-p/3114364#M149459</link>
      <description>Hanry, i think that Victor has write well.&lt;BR /&gt;The command ps -ef is right.&lt;BR /&gt;In my old system (if remember good) i have used ps -edalf.&lt;BR /&gt;Bruno</description>
      <pubDate>Tue, 11 Nov 2003 12:56:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-ax/m-p/3114364#M149459</guid>
      <dc:creator>Bruno Ganino</dc:creator>
      <dc:date>2003-11-11T12:56:43Z</dc:date>
    </item>
  </channel>
</rss>

