<?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: listuser in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/listuser/m-p/2820365#M86458</link>
    <description>Hi Rocky,&lt;BR /&gt;&lt;BR /&gt;If this command is to show DB connections &amp;amp; it shows 15 connections from this user's 3 login sessions - then either:&lt;BR /&gt;&lt;BR /&gt;1) This user has terminated abnormally in the past &amp;amp; the "connections" still show up (Could be a user education issue - i.e. exit the application or session properly)&lt;BR /&gt;OR&lt;BR /&gt;2) This user actually has 15 DB connections, either directly logged in or via applications runing under the user's ID.&lt;BR /&gt;&lt;BR /&gt;I'd check just what processes (ps -uf user_name) this user has currently running.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
    <pubDate>Mon, 07 Oct 2002 19:50:05 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2002-10-07T19:50:05Z</dc:date>
    <item>
      <title>listuser</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/listuser/m-p/2820358#M86451</link>
      <description>Hi All,&lt;BR /&gt;When I use listuser command to see users on my HP-UX11 system, I have found a user listed 15 times. She was actually logged in only three times. I have found this twice with different users. WTMP does not show the 15 logins. Any ideas?&lt;BR /&gt;Thanks,&lt;BR /&gt;Rocky Lavoie</description>
      <pubDate>Mon, 07 Oct 2002 19:07:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/listuser/m-p/2820358#M86451</guid>
      <dc:creator>Rocky Lavoie_1</dc:creator>
      <dc:date>2002-10-07T19:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: listuser</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/listuser/m-p/2820359#M86452</link>
      <description>Hi Rocky,&lt;BR /&gt;&lt;BR /&gt;I just checked one of my 11.0 boxes and I don't have a 'listuser' command.  I have a 'listusers', but it just prints a pretty list of the users in the /etc/passwd file.  &lt;BR /&gt;&lt;BR /&gt;Does your user show up too many times when you use the 'who' command?&lt;BR /&gt;&lt;BR /&gt;JP</description>
      <pubDate>Mon, 07 Oct 2002 19:15:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/listuser/m-p/2820359#M86452</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2002-10-07T19:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: listuser</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/listuser/m-p/2820360#M86453</link>
      <description>Hi Rocky,&lt;BR /&gt;&lt;BR /&gt;What does your "grep ^user /etc/passwd" gives?.&lt;BR /&gt;listusers picks up logins from /etc/passwd.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 07 Oct 2002 19:17:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/listuser/m-p/2820360#M86453</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-10-07T19:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: listuser</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/listuser/m-p/2820361#M86454</link>
      <description>Hi Rocky:&lt;BR /&gt;&lt;BR /&gt;The 'listusers' command uses the contents of the 'etc/passwd' and '/etc/group' files.  The 'var/adm/wtmp' file (when present) holds the last login information.&lt;BR /&gt;&lt;BR /&gt;Was the 'wtmp' file trimmed?  Did you provide any options to 'listusers'?  It would be helpful to see the input and output of this command.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 07 Oct 2002 19:24:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/listuser/m-p/2820361#M86454</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-10-07T19:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: listuser</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/listuser/m-p/2820362#M86455</link>
      <description>If a user is a member of different groups, listusers without the -g switch will list that user as many times as he/she has group memberships. If what you are trying to do is find out who is logged on to the system, you should be using the who command. &lt;BR /&gt;&lt;BR /&gt;man who&lt;BR /&gt;man listusers&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Oct 2002 19:26:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/listuser/m-p/2820362#M86455</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2002-10-07T19:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: listuser</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/listuser/m-p/2820363#M86456</link>
      <description>Hi Again,&lt;BR /&gt;Thanks for the replies.&lt;BR /&gt;The listuser command is from our unidata database. It is supposed to show the number of licenses in use. Thanks</description>
      <pubDate>Mon, 07 Oct 2002 19:31:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/listuser/m-p/2820363#M86456</guid>
      <dc:creator>Rocky Lavoie_1</dc:creator>
      <dc:date>2002-10-07T19:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: listuser</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/listuser/m-p/2820364#M86457</link>
      <description>Oh well.  I don't know anything about Unidata, so I can't help you with that.  &lt;BR /&gt;&lt;BR /&gt;I didn't know about the HP-UX 'listusers' command.  Now I can go home happy because I learned something new today.  Cool!   :)&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Oct 2002 19:46:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/listuser/m-p/2820364#M86457</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2002-10-07T19:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: listuser</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/listuser/m-p/2820365#M86458</link>
      <description>Hi Rocky,&lt;BR /&gt;&lt;BR /&gt;If this command is to show DB connections &amp;amp; it shows 15 connections from this user's 3 login sessions - then either:&lt;BR /&gt;&lt;BR /&gt;1) This user has terminated abnormally in the past &amp;amp; the "connections" still show up (Could be a user education issue - i.e. exit the application or session properly)&lt;BR /&gt;OR&lt;BR /&gt;2) This user actually has 15 DB connections, either directly logged in or via applications runing under the user's ID.&lt;BR /&gt;&lt;BR /&gt;I'd check just what processes (ps -uf user_name) this user has currently running.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 07 Oct 2002 19:50:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/listuser/m-p/2820365#M86458</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-10-07T19:50:05Z</dc:date>
    </item>
  </channel>
</rss>

