mirror of https://github.com/CrimsonTome/tldr.git
379 B
379 B
lastlog
Show the most recent login of all users or of a given user. More information: https://manned.org/lastlog.
- Display the most recent login of all users:
lastlog
- Display lastlog record of the specified user:
lastlog -u {{username}}
- Display records before 7 days ago:
lastlog -b {{7}}
- Display records more recent than 3 days:
lastlog -t {{3}}