1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 05:37:58 +01:00
tldr/pages/common/last.md
Igor Shubovych e45b0d7198 Linting
2016-01-02 03:09:44 +02:00

480 B

last

View the last logged in users

  • view last logins, their duration and other information as read from /var/log/wtmp

last

  • specify how many of the last logins to show

last -n {{login_count}}

  • view full login times and dates

last -F

  • view the last login by a specific user

last {{user_name}}

  • view the last reboot (last login of the pseudo user reboot)

last reboot

  • view the last shutdown (last login of the pseudo user shutdown)

last shutdown