/simple-wtmp-cleaner

A simple program to erase specific entry in WTMP file

Primary LanguageCGNU General Public License v2.0GPL-2.0

#Simple Wtmp Cleaner

##Notice:

  • Yeah! This only contains a C file!
  • Just compile it, and then try it out!

##Usage: wtmp-clean [utmp_file] : to delete specific entry in interactive mode wtmp-clean clear [utmp_file] : to clear the data in the file

##Example: wtmp-clean /var/log/wtmp wtmp-clean /run/utmp wtmp-clean clear /var/log/btmp