Forrest logo
back to context overview

utmpdump

List of commands for utmpdump:

  • utmpdump:tldr:5f535 utmpdump: Load a previously dumped file into `/var/log/wtmp`.
    $ utmpdump -r ${dumpfile} > ${-var-log-wtmp}
    try on your machine
    explain this command
  • utmpdump:tldr:c6465 utmpdump: Dump the `/var/log/wtmp` file to the standard output as plain text.
    $ utmpdump ${-var-log-wtmp}
    try on your machine
    explain this command
back to context overview