<?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 Last time a person logged in in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/last-time-a-person-logged-in/m-p/4853253#M754580</link>
    <description>Is there any script that will tell me that last time users defined in the password file logged in? I am familiar with the last command, but our wtmp file has data from more then a year ago and we have a lot of users in the password file. So I was hoping that there was a script to wade through and list the most recent login. &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 24 Mar 2004 13:38:13 GMT</pubDate>
    <dc:creator>Jay_122</dc:creator>
    <dc:date>2004-03-24T13:38:13Z</dc:date>
    <item>
      <title>Last time a person logged in</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/last-time-a-person-logged-in/m-p/4853253#M754580</link>
      <description>Is there any script that will tell me that last time users defined in the password file logged in? I am familiar with the last command, but our wtmp file has data from more then a year ago and we have a lot of users in the password file. So I was hoping that there was a script to wade through and list the most recent login. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Mar 2004 13:38:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/last-time-a-person-logged-in/m-p/4853253#M754580</guid>
      <dc:creator>Jay_122</dc:creator>
      <dc:date>2004-03-24T13:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Last time a person logged in</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/last-time-a-person-logged-in/m-p/4853254#M754581</link>
      <description>No script, but it's easy to do.&lt;BR /&gt;&lt;BR /&gt;$ last|grep username|head -n 1&lt;BR /&gt;&lt;BR /&gt;will give you the most recent.</description>
      <pubDate>Wed, 24 Mar 2004 13:47:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/last-time-a-person-logged-in/m-p/4853254#M754581</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2004-03-24T13:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Last time a person logged in</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/last-time-a-person-logged-in/m-p/4853255#M754582</link>
      <description>Thanks</description>
      <pubDate>Wed, 24 Mar 2004 13:50:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/last-time-a-person-logged-in/m-p/4853255#M754582</guid>
      <dc:creator>Jay_122</dc:creator>
      <dc:date>2004-03-24T13:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Last time a person logged in</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/last-time-a-person-logged-in/m-p/4853256#M754583</link>
      <description>Try this little script:&lt;BR /&gt;&lt;BR /&gt;for USER in $(cat /etc/passwd | awk -F : '{print $1}'&lt;BR /&gt;do&lt;BR /&gt;LOGIN=$(last ${USER} | head -1)&lt;BR /&gt;echo ${LOGIN} &amp;gt;&amp;gt; /tmp/last_logins&lt;BR /&gt;done</description>
      <pubDate>Wed, 24 Mar 2004 13:55:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/last-time-a-person-logged-in/m-p/4853256#M754583</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-03-24T13:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Last time a person logged in</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/last-time-a-person-logged-in/m-p/4853257#M754584</link>
      <description>Try this little script:&lt;BR /&gt;&lt;BR /&gt;for USER in $(cat /etc/passwd | awk -F : '{print $1}')&lt;BR /&gt;do&lt;BR /&gt;LOGIN=$(last ${USER} | head -1)&lt;BR /&gt;echo ${LOGIN} &amp;gt;&amp;gt; /tmp/last_logins&lt;BR /&gt;done</description>
      <pubDate>Wed, 24 Mar 2004 13:55:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/last-time-a-person-logged-in/m-p/4853257#M754584</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-03-24T13:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Last time a person logged in</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/last-time-a-person-logged-in/m-p/4853258#M754585</link>
      <description>Thanks for all the help</description>
      <pubDate>Wed, 18 Apr 2007 09:43:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/last-time-a-person-logged-in/m-p/4853258#M754585</guid>
      <dc:creator>Jay_122</dc:creator>
      <dc:date>2007-04-18T09:43:47Z</dc:date>
    </item>
  </channel>
</rss>

