mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
330 B
330 B
lastlog
Show the most recent login of all users or of a given user.
- Display the most recent login of all users:
lastlog
- Display lastlog record of the specified user:
lastlog -u {{username}}
- Display records before than 7 days:
lastlog -b {{7}}
- Display records more recent than 3 days:
lastlog -t {{3}}