2007-10-07 17:16:52 +05:30
. \" ** You probably do not want to edit this file directly **
. \" It was generated using the DocBook XSL Stylesheets (version 1.69.0).
. \" Instead of manually editing it, you probably should edit the DocBook XML
. \" source for it and then use the DocBook XSL Stylesheets to regenerate it.
.TH "LASTLOG" "8" "08/10/2005" "" ""
. \" disable hyphenation
.nh
. \" disable justification (adjust text to left margin only)
.ad l
.SH "NAME"
2007-10-07 17:14:44 +05:30
lastlog \- examine lastlog file
2007-10-07 17:16:25 +05:30
.SH "SYNOPSIS"
.HP 8
\fB lastlog\fR [\fI options\fR ]
.SH "DESCRIPTION"
2007-10-07 17:14:51 +05:30
.PP
2007-10-07 17:16:52 +05:30
\fB lastlog\fR
formats and prints the contents of the last login log
\fI /var/log/lastlog\fR
file. The
\fI login\- name\fR ,
\fI port\fR , and
\fI last login time\fR
will be printed. The default (no flags) causes lastlog entries to be printed, sorted by their order in
\fI /etc/passwd\fR .
2007-10-07 17:16:25 +05:30
.SH "OPTIONS"
2007-10-07 17:14:51 +05:30
.TP
2007-10-07 17:15:58 +05:30
The options which apply to the \fB lastlog\fR command are:
2007-10-07 17:14:51 +05:30
.TP
2007-10-07 17:16:25 +05:30
\fB \- h\fR , \fB \- \- help\fR
2007-10-07 17:16:52 +05:30
Print help message and exit.
2007-10-07 17:16:25 +05:30
.TP
\fB \- t\fR , \fB \- \- time\fR \fI DAYS\fR
2007-10-07 17:16:52 +05:30
Print the lastlog records more recent than
\fI DAYS\fR .
2007-10-07 17:16:25 +05:30
.TP
\fB \- u\fR , \fB \- \- user\fR \fI LOGIN\fR
2007-10-07 17:16:52 +05:30
Print the lastlog record for user with specified
\fI LOGIN\fR
only.
2007-10-07 17:16:25 +05:30
.TP
2007-10-07 17:16:52 +05:30
The \fB \- t\fR flag overrides the use of \fB \- u\fR .
2007-10-07 17:16:25 +05:30
2007-10-07 17:14:44 +05:30
.PP
2007-10-07 17:16:52 +05:30
If the user has never logged in the message
\fI **Never logged in**\fR
will be displayed instead of the port and time.
2007-10-07 17:16:34 +05:30
.SH "NOTE"
.PP
2007-10-07 17:16:52 +05:30
The
\fB lastlog\fR
file is a database which contains info on the last login of each user. You should not rotate it. It is a sparse file, so its size on the disk is much smaller than the one shown by
\fB ls \- l\fR
(which can indicate a really big file if you have a high UID). You can display its real size with
\fB ls \- s\fR .
2007-10-07 17:16:25 +05:30
.SH "FILES"
.TP
\fI /var/log/lastlog\fR
lastlog logging file
.SH "CAVEATS"
.PP
2007-10-07 17:16:52 +05:30
Large gaps in uid numbers will cause the lastlog program to run longer with no output to the screen (i.e. if mmdf=800 and last uid=170, program will appear to hang as it processes uid 171\- 799).
2007-10-07 17:16:25 +05:30
.SH "AUTHORS"
.PP
2007-10-07 17:16:52 +05:30
Julianne Frances Haugh (jockgrrl@ix.netcom.com)
.PP
Phillip Street