1DUMP-UTMP(8) GNU Accounting Utilities DUMP-UTMP(8)
2
3
4
6 dump-utmp - print an utmp file in human-readable format.
7
8
10 dump-utmp [-r|--reverse] [-R|--raw] [-n|--num recs] [-h|--help] [
11 files]
12
13
15 dump-utmp filename prints a list of all logins. This list is usually
16 written in /var/log/wtmp.
17
18 All fields are separated by vertical line. Fields are: user name, tty,
19 type, id, pid, hostaddr, host, time.
20
21
23 -h, --help
24 Prints the usage string and default locations of system files to
25 standard output and exits.
26
27 -n, --num recs
28 Number of lines to print.
29
30 -r, --reverse
31 Start printing from last records.
32
33 -R, --raw
34 Print raw records, not human-readable.
35
36
38 wtmp The system wide login record file. See wtmp(5) for further
39 details.
40
41
43 login(1), wtmp(5), init(8), sa(8).
44
45
47 The GNU accounting utilities were written by Noel Cragg
48 <noel@gnu.ai.mit.edu>.
49
50 This manual page was written by Ognyan Kulev <ogi@fmi.uni-sofia.bg> and
51 updated by Daniel Baumann <daniel@debian.org> for the Debian project
52 (but may be used by others).
53
54
55
566.5.1 2006-04-22 DUMP-UTMP(8)