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

chkwtmp - check wtmp file deleted entries

Description

chkwtmp  examines  the  file /var/log/wtmp for entries which have been overwritten (containing only null-
       bytes). If such entries are found the program displays the timestamps of the entries before and after the
       deleted entry, providing an idea of when the entry was deleted.

       chkwtmp needs to be able to read /var/log/wtmp.  Normally this  file  is  world-readable  so  no  special
       privileges are required.

Files

/var/log/wtmp
              database of logins and logouts.

Limitations

       An entry is recognized as overwritten if the time-information has been overwritten with null-bytes.

       This  program  was  originally  designed  to  run  on  SunOS  4.x systems. On other systems the output is
       undefined.

                                                  Oct 23, 2021                                        CHKWTMP(8)

Name

       chkwtmp - check wtmp file deleted entries

See Also

wtmp(4), who(1)

Synopsis

chkwtmp looks for data deleted from wtmp

See Also