Penguin
Annotated edit history of lastlog(8) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 LASTLOG
2 !!!LASTLOG
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 FILES
7 CAVEATS
8 AUTHORS
9 ----
10 !!NAME
11
12
13 lastlog - examine lastlog file
14 !!SYNOPSIS
15
16
17 __lastlog__ [[__-u__ ''login-name''] [[__-t__
18 ''days'']
19 !!DESCRIPTION
20
21
22 __lastlog__ formats and prints the contents of the last
23 login log, ''/var/log/lastlog''. The __login-name__,
24 __port__, and __last login time__ will be printed. The
25 default (no flags) causes lastlog entries to be printed,
26 sorted by the numerical UID. Entering __-u__
27 ''login-name'' flag will cause the lastlog record for
28 ''login-name'' only to be printed. Entering __-t__
29 ''days'' will cause only the lastlogins more recent than
30 ''days'' to be printed. The __-t__ flag overrides the
31 use of __-u__.
32
33
34 If the user has never logged in the message __
35 __ will be displayed instead of the port
36 and time.
37 !!FILES
38
39
40 /var/log/lastlog - lastlog logging file
41 !!CAVEATS
42
43
44 Large gaps in uid numbers will cause the lastlog program to
45 run longer with no output to the screen (i.e. if mmdf=800
46 and last uid=170, program will appear to hang as it
47 processes uid 171-799).
48 !!AUTHORS
49
50
51 Julianne Frances Haugh (jfh@austin.ibm.com)
52 Phillip Street
53 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.