mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
327 B
327 B
utmpdump
Dump and load btmp, utmp, and wtmp accounting files. More information: https://manned.org/utmpdump.
- Dump the
/var/log/wtmpfile tostdoutas plain text:
utmpdump {{/var/log/wtmp}}
- Load a previously dumped file into
/var/log/wtmp:
utmpdump {{[-r|--reverse]}} {{dumpfile}} > {{/var/log/wtmp}}