Remove the Last Login History
There are some interesting articles on how to clear out the last login history, however, all of them offer the same result. From several approaches, I have formulated a short and efficient one-liner. The three files are /var/log/wtmp (successful login/logout) /var/log/btmp (bad login attempts) and /var/log/lastlog (last logged in). The are respectively accessible via the last, lastb, and lastlog commands….
Read More »