logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dump-utmp - print an utmp file in human-readable format.

Author

       The GNU accounting utilities were written by Noel Cragg <noel@gnu.ai.mit.edu>.

       This manual page was written by  Ognyan  Kulev  <ogi@fmi.uni-sofia.bg>  and  updated  by  Daniel  Baumann
       <daniel@debian.org> for the Debian project (but may be used by others).

6.4pre1                                            2006-04-22                                       DUMP-UTMP(8)

Description

dump-acctfilename prints a list of all logins. This list is usually written in /var/log/wtmp.

       All  fields  are  separated  by vertical line. Fields are: username, tty, type, id, pid, hostaddr, host,
       time.

Files

wtmp   The system wide login record file. See wtmp(5) for further details.

Name

       dump-utmp - print an utmp file in human-readable format.

Options

-h,--help
              Prints the usage string and default locations of system files to standard output and exits.

       -n,--numrecs
              Number of lines to print.

       -r,--reverse
              Start printing from last records.

       -R,--raw
              Print raw records, not human-readable.

See Also

login(1), wtmp(5), init(8), sa(8).

Synopsis

dump-acct [-r|--reverse] [-R|--raw] [-n|--numrecs] [-h|--help] [ files]

See Also