Softpanorama

May the source be with you, but remember the KISS principle ;-)
Home Switchboard Unix Administration Red Hat TCP/IP Networks Neoliberalism Toxic Managers
(slightly skeptical) Educational society promoting "Back to basics" movement against IT overcomplexity and  bastardization of classic Unix

Linux last and lastb commands

Show listing of last logged in users and bad logins

News Classic Unix Utilities Recommended Links Introduction Options

Output format

Examples
shutdown who script watch      
Linux Solaris Linux history command Horror Stories Unix History Humor Etc

Introduction

Utility last searches through the file /var/log/wtmp (or the file designated by the -f flag) and displays a list of all users logged in (and out) since that file was created in reverse chronological order. Names of users and tty’s can be given, in which case last will show only those entries matching the arguments. Linux version of last also displays IP or DNS, but unless option -a is given DNS names of machines from which user connected are abbreviated. 

Lat command also allows to determine  set of active user. Which is important for sending  announcements about shutdown and similar things.  Generally users who did not login for a specific server for two month  or more should be  disabled. This also can be accomplished by  analyzing last command output. you do not need password expiation for that.

Last vs lastb

Utility lastb produiced the  same set of reports as the last commend but for bad logs. As such it has certain security value as it allows to see probed. We can define probes as attempt to login  from IP that  never has  a successful login.  Usually the number of unsuccessful login attempts is set to some small number such as five or sever (do not use three, unless you need a stream of helpdesk tickets ;-), so there is possibility of denial of service attack if login is possible from any IP. Restriction of IP login space to specific host is a viable and necessary method of protection from such  attack in the current environment.

Unfortunately few people know about  lastb  existence and even fewer use it.  Often it is not even enabled by default and you need manually create the file /var/log/btmp for this command to be operational. It is not created automatically. For example:

# lastb -a
lastb: /var/log/btmp: No such file or directory
Perhaps this file was removed by the operator to prevent logging lastb info.
# touch /var/log/btmp
lastb -a

btmp begins Mon Jul  1 18:57:15 2013

Three forms of the last command

So there are three main forms of last and lastb commands:

The pseudo user reboot logs in each time the system is rebooted. Thus last reboot will show a log of all reboots since the log file was created. 

The pseudo user reboot  logs in each time the system is rebooted. Thus, the command last reboot will show a log of all reboots since the log file was created.

Lastb is the same as last, except that by default it shows a log of the file /var/log/btmp, which contains all the bad login attempts.

last [-R] [-num] [ -n num ] [-adiox] [ -f file ] [ -t YYYYMMDDHHMMSS ] [name...]  [tty...]
lastb [-R] [-num] [ -n num ] [ -f file ] [-adiox] [name...]  [tty...]

Options

We will discuss linux implementation options

NOTES

Output format

From the point of view of processing output in scripts, we can distinguish  three output formats for last:

The most important is output format last -a in which you can see full DNS name of client which logged to the server:

# last -a
user1    pts/3        Mon Jul  1 08:35   still logged in    joe.doer.vpn.firma.com
user1    pts/3        Fri Jun 28 17:20 - 18:24  (01:03)     lap245.firma.net
root     pts/2        Fri Jun 28 02:31 - 02:31  (00:00)
user1    pts/2        Tue Jun 25 14:18 - 16:17  (01:58)     lap245.firma.net
root     pts/3        Wed Jun 12 14:08 - 14:21  (00:13)
root     pts/3        Wed Jun 12 14:06 - 14:08  (00:01)
root     pts/3        Wed Jun 12 14:04 - 14:06  (00:02)
user1    pts/2        Wed Jun 12 12:59 - 14:22  (01:22)     joe.doer.vpn.firma.com
user1    pts/2        Wed Jun 12 12:49 - 12:59  (00:10)     joe.doer.vpn.firma.com
oracle   pts/1        Wed Jun 12 09:02 - 17:45  (08:43)     10.20.23.23
root     pts/1        Wed Jun  5 17:54 - 17:56  (00:02)     nti147.usfp2.basf.net
root     pts/2        Thu May 30 14:57 - 15:20  (00:23)     nti106.firma.com
oracle   pts/1        Thu May 30 10:37 - 17:10  (06:33)     lap719.firma.net
user1    pts/2        Wed May 29 16:58 - 19:10  (02:12)     joe.doer.vpn.firma.com

Output format of lastb

user2    pts/1        Fri Oct 14 10:17 - 10:17  (00:00)     lap316.firma.com
user2    pts/1        Fri Oct 14 10:17 - 10:17  (00:00)     lap316.firma.com
root     ssh:notty    Thu Oct 13 12:08 - 12:08  (00:00)     srv016.firma.com
root     ssh:notty    Thu Oct 13 12:08 - 12:08  (00:00)     srv016.firma.com
root     ssh:notty    Tue Sep 20 16:35 - 16:35  (00:00)     lap316.firma.com
root     ssh:notty    Wed Aug 10 17:05 - 17:05  (00:00)     lap921.firma.com
root     ssh:notty    Fri Jul 15 09:51 - 09:51  (00:00)     lap921.firma.com
root     ssh:notty    Fri Jul 15 09:51 - 09:51  (00:00)     lap921.firma.com
root     ssh:notty    Thu Jun 30 17:09 - 17:09  (00:00)     lusytp02.firma.com
roacle** pts/3        Thu Jun 30 16:58 - 16:58  (00:00)     lapl61.firma.com
root     ssh:notty    Thu Jun 30 12:24 - 12:24  (00:00)     srv029.firma.com
root     ssh:notty    Thu Jun 30 12:24 - 12:24  (00:00)     srv029.firma.com
user1    ssh:notty    Tue Jun 28 14:22 - 14:22  (00:00)     lap921.firma.com

Examples

 

Files

/var/log/wtmp /var/log/btmp

Author

Miquel van Smoorenburg, [email protected]

Recommended Links

Google matched content

Softpanorama Recommended

Top articles

Sites

login(1), init(8)

shutdown



Etc

Society

Groupthink : Two Party System as Polyarchy : Corruption of Regulators : Bureaucracies : Understanding Micromanagers and Control Freaks : Toxic Managers :   Harvard Mafia : Diplomatic Communication : Surviving a Bad Performance Review : Insufficient Retirement Funds as Immanent Problem of Neoliberal Regime : PseudoScience : Who Rules America : Neoliberalism  : The Iron Law of Oligarchy : Libertarian Philosophy

Quotes

War and Peace : Skeptical Finance : John Kenneth Galbraith :Talleyrand : Oscar Wilde : Otto Von Bismarck : Keynes : George Carlin : Skeptics : Propaganda  : SE quotes : Language Design and Programming Quotes : Random IT-related quotesSomerset Maugham : Marcus Aurelius : Kurt Vonnegut : Eric Hoffer : Winston Churchill : Napoleon Bonaparte : Ambrose BierceBernard Shaw : Mark Twain Quotes

Bulletin:

Vol 25, No.12 (December, 2013) Rational Fools vs. Efficient Crooks The efficient markets hypothesis : Political Skeptic Bulletin, 2013 : Unemployment Bulletin, 2010 :  Vol 23, No.10 (October, 2011) An observation about corporate security departments : Slightly Skeptical Euromaydan Chronicles, June 2014 : Greenspan legacy bulletin, 2008 : Vol 25, No.10 (October, 2013) Cryptolocker Trojan (Win32/Crilock.A) : Vol 25, No.08 (August, 2013) Cloud providers as intelligence collection hubs : Financial Humor Bulletin, 2010 : Inequality Bulletin, 2009 : Financial Humor Bulletin, 2008 : Copyleft Problems Bulletin, 2004 : Financial Humor Bulletin, 2011 : Energy Bulletin, 2010 : Malware Protection Bulletin, 2010 : Vol 26, No.1 (January, 2013) Object-Oriented Cult : Political Skeptic Bulletin, 2011 : Vol 23, No.11 (November, 2011) Softpanorama classification of sysadmin horror stories : Vol 25, No.05 (May, 2013) Corporate bullshit as a communication method  : Vol 25, No.06 (June, 2013) A Note on the Relationship of Brooks Law and Conway Law

History:

Fifty glorious years (1950-2000): the triumph of the US computer engineering : Donald Knuth : TAoCP and its Influence of Computer Science : Richard Stallman : Linus Torvalds  : Larry Wall  : John K. Ousterhout : CTSS : Multix OS Unix History : Unix shell history : VI editor : History of pipes concept : Solaris : MS DOSProgramming Languages History : PL/1 : Simula 67 : C : History of GCC developmentScripting Languages : Perl history   : OS History : Mail : DNS : SSH : CPU Instruction Sets : SPARC systems 1987-2006 : Norton Commander : Norton Utilities : Norton Ghost : Frontpage history : Malware Defense History : GNU Screen : OSS early history

Classic books:

The Peter Principle : Parkinson Law : 1984 : The Mythical Man-MonthHow to Solve It by George Polya : The Art of Computer Programming : The Elements of Programming Style : The Unix Hater’s Handbook : The Jargon file : The True Believer : Programming Pearls : The Good Soldier Svejk : The Power Elite

Most popular humor pages:

Manifest of the Softpanorama IT Slacker Society : Ten Commandments of the IT Slackers Society : Computer Humor Collection : BSD Logo Story : The Cuckoo's Egg : IT Slang : C++ Humor : ARE YOU A BBS ADDICT? : The Perl Purity Test : Object oriented programmers of all nations : Financial Humor : Financial Humor Bulletin, 2008 : Financial Humor Bulletin, 2010 : The Most Comprehensive Collection of Editor-related Humor : Programming Language Humor : Goldman Sachs related humor : Greenspan humor : C Humor : Scripting Humor : Real Programmers Humor : Web Humor : GPL-related Humor : OFM Humor : Politically Incorrect Humor : IDS Humor : "Linux Sucks" Humor : Russian Musical Humor : Best Russian Programmer Humor : Microsoft plans to buy Catholic Church : Richard Stallman Related Humor : Admin Humor : Perl-related Humor : Linus Torvalds Related humor : PseudoScience Related Humor : Networking Humor : Shell Humor : Financial Humor Bulletin, 2011 : Financial Humor Bulletin, 2012 : Financial Humor Bulletin, 2013 : Java Humor : Software Engineering Humor : Sun Solaris Related Humor : Education Humor : IBM Humor : Assembler-related Humor : VIM Humor : Computer Viruses Humor : Bright tomorrow is rescheduled to a day after tomorrow : Classic Computer Humor

The Last but not Least Technology is dominated by two types of people: those who understand what they do not manage and those who manage what they do not understand ~Archibald Putt. Ph.D


Copyright © 1996-2021 by Softpanorama Society. www.softpanorama.org was initially created as a service to the (now defunct) UN Sustainable Development Networking Programme (SDNP) without any remuneration. This document is an industrial compilation designed and created exclusively for educational use and is distributed under the Softpanorama Content License. Original materials copyright belong to respective owners. Quotes are made for educational purposes only in compliance with the fair use doctrine.

FAIR USE NOTICE This site contains copyrighted material the use of which has not always been specifically authorized by the copyright owner. We are making such material available to advance understanding of computer science, IT technology, economic, scientific, and social issues. We believe this constitutes a 'fair use' of any such copyrighted material as provided by section 107 of the US Copyright Law according to which such material can be distributed without profit exclusively for research and educational purposes.

This is a Spartan WHYFF (We Help You For Free) site written by people for whom English is not a native language. Grammar and spelling errors should be expected. The site contain some broken links as it develops like a living tree...

You can use PayPal to to buy a cup of coffee for authors of this site

Disclaimer:

The statements, views and opinions presented on this web page are those of the author (or referenced source) and are not endorsed by, nor do they necessarily reflect, the opinions of the Softpanorama society. We do not warrant the correctness of the information provided or its fitness for any purpose. The site uses AdSense so you need to be aware of Google privacy policy. You you do not want to be tracked by Google please disable Javascript for this site. This site is perfectly usable without Javascript.

Last modified: March, 12, 2019