Print an utmp file in human-readable format.
dump-acct [\|-r\||\|--reverse\|] [\|-R\||\|--raw\|] [\|-n\||\|--num recs\|] [\|-h\||\|--help\|] [\| files\|]
dump-acct filename prints a list of all logins. This list is usually written in /var/log/wtmp.
All fields are separated by vertical line. Fields are: user name, tty, type, id, pid, hostaddr, host, time.
-h, --help
Prints the usage string and default locations of system files to standard output and exits.
-n, --num recs
Number of lines to print.
-r, --reverse
Start printing from last records.
-R, --raw
Print raw records, not human-readable.
wtmp
The system wide login record file. See wtmp(5) for further details.
The GNU accounting utilities were written by Noel Cragg <[email protected]>.
This manual page was written by Ognyan Kulev <[email protected]> and updated by Daniel Baumann <[email protected]> for the Debian project (but may be used by others).