FreeBSD Manual Pages
LASTLOGIN(8) BSD System Manager's Manual LASTLOGIN(8) NAME lastlogin -- indicate last login time of users SYNOPSIS lastlogin [user ...] DESCRIPTION The lastlogin utility will list the last login session of each specified user, or for all users by default. Each line of output contains the user name, the tty from which the session was conducted, any hostname, and the start time for the session. If more than one user is given, the session information for each user is printed in the order given on the command line. Otherwise, information for all users is printed, sorted by uid. The lastlogin utility differs from last(1) in that it only prints infor- mation regarding the very last login session. The last login database is never turned over or deleted in standard usage. FILES /var/log/lastlog last login database SEE ALSO last(1), lastlog(5), ac(8) AUTHORS John M. Vinopal wrote this program in January 1996 and contributed it to the NetBSD project. BSD January 11, 1996 BSD
NAME | SYNOPSIS | DESCRIPTION | FILES | SEE ALSO | AUTHORS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=lastlogin&sektion=8&manpath=FreeBSD+7.1-RELEASE>