
lastlog
List of commands for lastlog:
-
lastlog:tldr:2e46c lastlog: Display records more recent than 3 days.$ lastlog -time ${3}try on your machineexplain this command
-
lastlog:tldr:30510 lastlog: Display the lastlog record of the specified user.$ lastlog --user ${username}try on your machineexplain this command
-
lastlog:tldr:85193 lastlog: Display the most recent login of all users.$ lastlogtry on your machineexplain this command
-
lastlog:tldr:a1df2 lastlog: Display records older than 7 days.$ lastlog --before ${7}try on your machineexplain this command