<?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: A who question? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/a-who-question/m-p/2699580#M57564</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Just a guess that you have a passwd file problem and the parser works badly.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Supply the who -a data and run pwck to check the password file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;        Steve Steel</description>
    <pubDate>Tue, 09 Apr 2002 10:02:42 GMT</pubDate>
    <dc:creator>Steve Steel</dc:creator>
    <dc:date>2002-04-09T10:02:42Z</dc:date>
    <item>
      <title>A who question?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-who-question/m-p/2699577#M57561</link>
      <description>I was wondering can anyone tell me what the "EMPTY SLOT" entries are when one does "who -a".</description>
      <pubDate>Mon, 08 Apr 2002 21:55:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-who-question/m-p/2699577#M57561</guid>
      <dc:creator>mckiers</dc:creator>
      <dc:date>2002-04-08T21:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: A who question?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-who-question/m-p/2699578#M57562</link>
      <description>Could you please provide output of the 'who -a' ?&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Apr 2002 22:20:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-who-question/m-p/2699578#M57562</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-04-08T22:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: A who question?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-who-question/m-p/2699579#M57563</link>
      <description>What's "EMPTY SLOT" ? Since "-a" option processes /etc/utmp file, I have the feeling you do have doubt if "who" is giving you the right output ? The output I got looks like this ..&lt;BR /&gt;&lt;BR /&gt;   .       system boot  Feb 21 15:06&lt;BR /&gt;   .       run-level 3  Feb 21 15:06    3    0    S&lt;BR /&gt;vxenable        .       Feb 21 15:06  0:09     49  id=vxen term=0   exit=0&lt;BR /&gt;bcheckrc        .       Feb 21 15:06  0:09     50  id=brc1 term=0   exit=0&lt;BR /&gt;cat             .       Feb 21 15:06  0:09     67  id=cprt term=0   exit=0&lt;BR /&gt;rm              .       Feb 21 15:06  0:09     68  id=ems1 term=0   exit=0&lt;BR /&gt;cat             .       Feb 21 15:06  0:09     69  id=ems2 term=0   exit=0&lt;BR /&gt;sh              .       Feb 21 15:06  0:09     70  id=link term=0   exit=0&lt;BR /&gt;rc              .       Feb 21 15:08  0:09     73  id=sqnc term=0   exit=0&lt;BR /&gt;LOGIN      console      Feb 21 15:08  old    1523  system console&lt;BR /&gt;krsd            .       Feb 21 15:08  0:09   1524  id=krsd&lt;BR /&gt;sfd             .       Feb 21 15:08  0:09   1526  id= sfd&lt;BR /&gt;samd            .       Feb 21 15:08  0:09   1527  id=samd&lt;BR /&gt;touch           .       Feb 21 15:08  0:09   1528  id=ems3 term=0   exit=0&lt;BR /&gt;p_client        .       Feb 21 15:08  0:09   1529  id=ems4&lt;BR /&gt;.....</description>
      <pubDate>Mon, 08 Apr 2002 22:26:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-who-question/m-p/2699579#M57563</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-04-08T22:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: A who question?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-who-question/m-p/2699580#M57564</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Just a guess that you have a passwd file problem and the parser works badly.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Supply the who -a data and run pwck to check the password file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;        Steve Steel</description>
      <pubDate>Tue, 09 Apr 2002 10:02:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-who-question/m-p/2699580#M57564</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-04-09T10:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: A who question?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-who-question/m-p/2699581#M57565</link>
      <description>Exactly as it states - they're simply 'empty slots' in the /etc/utmpx binary file.  This file is updated when a user logs in/out so its quite normal for it to have these 'holes' in it.  Usually these empty slots are ignored by utilities like who but they will be displayed when you use the -a option.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 09 Apr 2002 10:09:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-who-question/m-p/2699581#M57565</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2002-04-09T10:09:07Z</dc:date>
    </item>
  </channel>
</rss>

