mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 15:51:29 +08:00
utmpdump: add page (#2931)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# utmpdump
|
||||
|
||||
> Dump and load btmp, utmp and wtmp accounting files.
|
||||
|
||||
- Dump the `/var/log/wtmp` file to the standard output as plain text:
|
||||
|
||||
`utmpdump {{/var/log/wtmp}}`
|
||||
|
||||
- Load a previously dumped file into `/var/log/wtmp`:
|
||||
|
||||
`utmpdump -r {{dumpfile}} > {{/var/log/wtmp}}`
|
||||
Reference in New Issue
Block a user