<?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 who -u in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/who-u/m-p/2989312#M124004</link>
    <description>How to kill the process which &lt;BR /&gt;show by who-u. I use kill -9 process_id, but the message will show process_id is not exist.</description>
    <pubDate>Thu, 05 Jun 2003 01:50:55 GMT</pubDate>
    <dc:creator>j773303</dc:creator>
    <dc:date>2003-06-05T01:50:55Z</dc:date>
    <item>
      <title>who -u</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/who-u/m-p/2989312#M124004</link>
      <description>How to kill the process which &lt;BR /&gt;show by who-u. I use kill -9 process_id, but the message will show process_id is not exist.</description>
      <pubDate>Thu, 05 Jun 2003 01:50:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/who-u/m-p/2989312#M124004</guid>
      <dc:creator>j773303</dc:creator>
      <dc:date>2003-06-05T01:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: who -u</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/who-u/m-p/2989313#M124005</link>
      <description>3 steps to kill the process:&lt;BR /&gt;1. "who -u" to find out who you want to kill:&lt;BR /&gt;$ who -u&lt;BR /&gt;dba      pts/0        Jun  5 09:33  1:10   6749  192.168.0.122&lt;BR /&gt;&lt;BR /&gt;2. "ps -ef |grep sh" to find out which sh process associated with the pts/0:&lt;BR /&gt;$ ps -ef |grep sh   &lt;BR /&gt;dba  6749  6747  0 09:33:33 pts/0     0:00 -sh&lt;BR /&gt;3. you may now kill the sh process 6749:&lt;BR /&gt;$ kill -9 6749</description>
      <pubDate>Thu, 05 Jun 2003 02:02:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/who-u/m-p/2989313#M124005</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-06-05T02:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: who -u</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/who-u/m-p/2989314#M124006</link>
      <description>You most likely have a corrupted entry in your /etc/utmp file. &lt;BR /&gt;&lt;BR /&gt;Convert the file to ascii &lt;BR /&gt;#/usr/sbin/acct/fwtmp &amp;lt; /etc/utmp &amp;gt;/tmp/file &lt;BR /&gt;edit the file and remove the corresponding entry for that user and his corresponding tty.&lt;BR /&gt;&lt;BR /&gt;Then can convert it back to binary form:&lt;BR /&gt;# /usr/sbin/acct/fwtmp -ic &amp;lt; /tmp/file &amp;gt; /etc/utmp&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Michael&lt;BR /&gt;"When I have trouble spelling, it's called fat finger syndrome"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Jun 2003 02:05:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/who-u/m-p/2989314#M124006</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-06-05T02:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: who -u</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/who-u/m-p/2989315#M124007</link>
      <description>All that means is that by the time you issued the kill command the process had ended.&lt;BR /&gt;&lt;BR /&gt;BTW - kill -9 should ONLY be used IF a normal kill....&lt;BR /&gt;kill PID&lt;BR /&gt;or &lt;BR /&gt;kill -15 PID&lt;BR /&gt;have no effect.&lt;BR /&gt;kill -9 can leave unreturned memory, msg or semaphore entries that will not be reaped w/o intervention.&lt;BR /&gt;MORAL: kill cleanly or silently or don't kill at all.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 05 Jun 2003 02:06:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/who-u/m-p/2989315#M124007</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-06-05T02:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: who -u</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/who-u/m-p/2989316#M124008</link>
      <description>Hi.&lt;BR /&gt;You can use "ps -t pts/0" to see what the user's running processes,and kill the process id by kill -9.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;snop</description>
      <pubDate>Thu, 05 Jun 2003 02:46:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/who-u/m-p/2989316#M124008</guid>
      <dc:creator>Snop Hsieh</dc:creator>
      <dc:date>2003-06-05T02:46:16Z</dc:date>
    </item>
  </channel>
</rss>

