<?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: System Log files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-log-files/m-p/4991526#M422342</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# last | more&lt;BR /&gt;&lt;BR /&gt;PCS</description>
    <pubDate>Tue, 18 Jul 2006 06:15:17 GMT</pubDate>
    <dc:creator>spex</dc:creator>
    <dc:date>2006-07-18T06:15:17Z</dc:date>
    <item>
      <title>System Log files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-log-files/m-p/4991525#M422341</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;I want to find out the complete list of system login details either it is from console or from remote.&lt;BR /&gt;&lt;BR /&gt;Please let me know how to find out.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Tue, 18 Jul 2006 06:13:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-log-files/m-p/4991525#M422341</guid>
      <dc:creator>Yajuvendra Singh</dc:creator>
      <dc:date>2006-07-18T06:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: System Log files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-log-files/m-p/4991526#M422342</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# last | more&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Tue, 18 Jul 2006 06:15:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-log-files/m-p/4991526#M422342</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-07-18T06:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: System Log files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-log-files/m-p/4991527#M422343</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;lastbjavascript&amp;amp;colon;postAnswerSubmit('submit');&lt;BR /&gt;Submit  shows bad logins.&lt;BR /&gt;&lt;BR /&gt;the files they come from:&lt;BR /&gt;&lt;BR /&gt;/var/adm/syslog/wtmp (last)&lt;BR /&gt;/var/adm/syslog/btmp (lastb)&lt;BR /&gt;&lt;BR /&gt;The -R parameter on either command will show the source of the login by IP address.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 18 Jul 2006 06:22:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-log-files/m-p/4991527#M422343</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-18T06:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: System Log files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-log-files/m-p/4991528#M422344</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;In addition to the 'wtmp' and 'btmp' files which can be examined with 'last' and 'lastb' respectively, you should also examine the switch-user ('su') log:&lt;BR /&gt;&lt;BR /&gt;# /var/adm/sulog&lt;BR /&gt;&lt;BR /&gt;You will see entries that look like:&lt;BR /&gt;&lt;BR /&gt;SU 07/17 11:00 - ttyp3 jrf-root&lt;BR /&gt;SU 07/17 11:01 + ttyp3 jrf-root&lt;BR /&gt;&lt;BR /&gt;...a "-" indicates failure; a "+" signals success.  The direction of the switch is shown as the last field.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 18 Jul 2006 06:40:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-log-files/m-p/4991528#M422344</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-07-18T06:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: System Log files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-log-files/m-p/4991529#M422345</link>
      <description>In the output from 'last', the first column is username, the second is the tty, the third contains login and logout timestamps, and the fourth is the session duration.  If you enable the '-R' switch, the hostname of the incoming session is displayed in the third column.&lt;BR /&gt;&lt;BR /&gt;On my systems (not sure if this is the same everywhere), a tty name of the form 'pts/0', 'pts/1', etc. indicates that the user logged in via ssh, while 'pts/ta', 'pts/tb', etc. indicates telnet.  Examples of other tty names include 'console', 'remshd', and 'ftp'.&lt;BR /&gt;&lt;BR /&gt;If you want to filter the output of 'last', you can specify a username or tty after the command.  For example, 'last root' will show you logins for root, and 'last pts/0' will show logins on '/dev/pts/0'.  'lastb' behaves the same as 'last', except it displays invalid login attempts.&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Tue, 18 Jul 2006 06:41:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-log-files/m-p/4991529#M422345</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-07-18T06:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: System Log files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-log-files/m-p/4991530#M422346</link>
      <description>If you just want to see who is currently logged on:&lt;BR /&gt;who -u</description>
      <pubDate>Tue, 18 Jul 2006 06:51:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-log-files/m-p/4991530#M422346</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-07-18T06:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: System Log files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-log-files/m-p/4991531#M422347</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Thanks for sharing so much valuable information.</description>
      <pubDate>Tue, 18 Jul 2006 07:44:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-log-files/m-p/4991531#M422347</guid>
      <dc:creator>Yajuvendra Singh</dc:creator>
      <dc:date>2006-07-18T07:44:57Z</dc:date>
    </item>
  </channel>
</rss>

