<?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: Users that never logged in in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/users-that-never-logged-in/m-p/4998613#M97996</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;passwd -sa &lt;BR /&gt;&lt;BR /&gt;may work. It does on trusted systems produce a report that includes users that have never been used.&lt;BR /&gt;&lt;BR /&gt;You should if office rules permit make sure those accoutns expire, although that seems to be what you may be moving toward.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 21 Aug 2006 08:23:47 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2006-08-21T08:23:47Z</dc:date>
    <item>
      <title>Users that never logged in</title>
      <link>https://community.hpe.com/t5/operating-system-linux/users-that-never-logged-in/m-p/4998612#M97995</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There's a way to get a user list that never logged in a system (11i), to put in a script used to manage users? Outputs of the commands last and to finger seems not to be the better way.&lt;BR /&gt;&lt;BR /&gt;Thank's for all.</description>
      <pubDate>Mon, 21 Aug 2006 08:22:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/users-that-never-logged-in/m-p/4998612#M97995</guid>
      <dc:creator>uadm26</dc:creator>
      <dc:date>2006-08-21T08:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Users that never logged in</title>
      <link>https://community.hpe.com/t5/operating-system-linux/users-that-never-logged-in/m-p/4998613#M97996</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;passwd -sa &lt;BR /&gt;&lt;BR /&gt;may work. It does on trusted systems produce a report that includes users that have never been used.&lt;BR /&gt;&lt;BR /&gt;You should if office rules permit make sure those accoutns expire, although that seems to be what you may be moving toward.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 21 Aug 2006 08:23:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/users-that-never-logged-in/m-p/4998613#M97996</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-21T08:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Users that never logged in</title>
      <link>https://community.hpe.com/t5/operating-system-linux/users-that-never-logged-in/m-p/4998614#M97997</link>
      <description>&lt;!--!*#--&gt;Hi Joel,&lt;BR /&gt;&lt;BR /&gt;This script expects that '/etc/password' contains an entry for each user, and 'last' reports the complete login history.  It outputs to stdout.&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;&lt;BR /&gt;last | cut -d' ' -f1 &amp;gt; /tmp/who.${$}.out.1&lt;BR /&gt;cut -d: -f1 /etc/passwd &amp;gt;&amp;gt; tmp/who.${$}.out.1&lt;BR /&gt;sort &amp;lt; /tmp/who.${$}.out.1 &amp;gt; /tmp/who.${$}.out.2&lt;BR /&gt;uniq -u &amp;lt; /tmp/who.${$}.out.2&lt;BR /&gt;rm -f /tmp/who.${$}.out.[1,2]&lt;BR /&gt;&lt;BR /&gt;exit 0&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Mon, 21 Aug 2006 09:15:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/users-that-never-logged-in/m-p/4998614#M97997</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-08-21T09:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Users that never logged in</title>
      <link>https://community.hpe.com/t5/operating-system-linux/users-that-never-logged-in/m-p/4998615#M97998</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is'nt so simple, there's others variables, like connection by aplications and so long. But thanks for all.</description>
      <pubDate>Mon, 21 Aug 2006 10:48:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/users-that-never-logged-in/m-p/4998615#M97998</guid>
      <dc:creator>uadm26</dc:creator>
      <dc:date>2006-08-21T10:48:07Z</dc:date>
    </item>
  </channel>
</rss>

