<?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 linux rh es3 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ps-in-linux-rh-es3/m-p/4955228#M67579</link>
    <description>thanx,&lt;BR /&gt;&lt;BR /&gt;the auxww and the export COLUMNS did the work&lt;BR /&gt;auxw didnt work</description>
    <pubDate>Sun, 29 Jan 2006 01:53:09 GMT</pubDate>
    <dc:creator>Asaf_11</dc:creator>
    <dc:date>2006-01-29T01:53:09Z</dc:date>
    <item>
      <title>ps in linux rh es3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ps-in-linux-rh-es3/m-p/4955222#M67573</link>
      <description>I'm using ps -ef in redhat ES3 and want to see the command i started.&lt;BR /&gt;&lt;BR /&gt;the output of the command line is chunkd and I cannot see the all command.(It's work fine in ES4)&lt;BR /&gt;&lt;BR /&gt;I can see the full cmd line in /proc/pid/cmdline but i still want to see it also with ps.&lt;BR /&gt;(maybe there is a flag like ps -efx in hpux)?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Jan 2006 01:39:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ps-in-linux-rh-es3/m-p/4955222#M67573</guid>
      <dc:creator>Asaf_11</dc:creator>
      <dc:date>2006-01-26T01:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: ps in linux rh es3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ps-in-linux-rh-es3/m-p/4955223#M67574</link>
      <description>Asaf,&lt;BR /&gt;&lt;BR /&gt;The command line parameters are different than HP-UX, but there are equivalencies to most HP-UX ps functionality.&lt;BR /&gt;&lt;BR /&gt;Its' buried deep in the man page, ut its there.&lt;BR /&gt;&lt;BR /&gt;I'll look but you might want to read the man page, you'll probably find it faster than me.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 26 Jan 2006 03:45:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ps-in-linux-rh-es3/m-p/4955223#M67574</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-01-26T03:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: ps in linux rh es3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ps-in-linux-rh-es3/m-p/4955224#M67575</link>
      <description>thanx but i read the man pages and didnt found the way to do it&lt;BR /&gt;&lt;BR /&gt;i thought that maybe someone had the same problem and know how to solve it&lt;BR /&gt;&lt;BR /&gt;thanx</description>
      <pubDate>Thu, 26 Jan 2006 04:26:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ps-in-linux-rh-es3/m-p/4955224#M67575</guid>
      <dc:creator>Asaf_11</dc:creator>
      <dc:date>2006-01-26T04:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: ps in linux rh es3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ps-in-linux-rh-es3/m-p/4955225#M67576</link>
      <description>The output of ps command depends on lots of environment variables among those is COLUMNS, check the man page for more variables. You can specify the value of columns to a large value and then do the following:&lt;BR /&gt;&lt;BR /&gt;$ (export COLUMNS=1220;ps -axu)&lt;BR /&gt;&lt;BR /&gt;Work identical in Debian Sarge and RHEL AS3&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Thu, 26 Jan 2006 11:08:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ps-in-linux-rh-es3/m-p/4955225#M67576</guid>
      <dc:creator>Ajitabh Pandey</dc:creator>
      <dc:date>2006-01-26T11:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: ps in linux rh es3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ps-in-linux-rh-es3/m-p/4955226#M67577</link>
      <description>The ps auxw command should work.</description>
      <pubDate>Thu, 26 Jan 2006 13:16:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ps-in-linux-rh-es3/m-p/4955226#M67577</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-01-26T13:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: ps in linux rh es3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ps-in-linux-rh-es3/m-p/4955227#M67578</link>
      <description>The thing to do is add w as parameter to command&lt;BR /&gt;&lt;BR /&gt;ex: ps efww&lt;BR /&gt;    ps -auxwww&lt;BR /&gt;&lt;BR /&gt;one or many ww .. does it help ?&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre Huc</description>
      <pubDate>Fri, 27 Jan 2006 13:07:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ps-in-linux-rh-es3/m-p/4955227#M67578</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2006-01-27T13:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: ps in linux rh es3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ps-in-linux-rh-es3/m-p/4955228#M67579</link>
      <description>thanx,&lt;BR /&gt;&lt;BR /&gt;the auxww and the export COLUMNS did the work&lt;BR /&gt;auxw didnt work</description>
      <pubDate>Sun, 29 Jan 2006 01:53:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ps-in-linux-rh-es3/m-p/4955228#M67579</guid>
      <dc:creator>Asaf_11</dc:creator>
      <dc:date>2006-01-29T01:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: ps in linux rh es3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ps-in-linux-rh-es3/m-p/4955229#M67580</link>
      <description>I'm closing the thread</description>
      <pubDate>Sun, 29 Jan 2006 01:53:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ps-in-linux-rh-es3/m-p/4955229#M67580</guid>
      <dc:creator>Asaf_11</dc:creator>
      <dc:date>2006-01-29T01:53:56Z</dc:date>
    </item>
  </channel>
</rss>

