A convenient tool for modifying or deleting information in Linux log files, includes:
- /var/log/lastlog: Contains the last login of each user. Command to view:
lastlog - /var/run/utmp: Contains information about currently active login sessions. Command to view:
who, w - /var/log/wtmp: Stores the history of logins and logouts. Command to view:
last - /var/log/btmp: Records failed login attempts. Command to view:
lastb https://github.com/Macr0phag3/LLC
