mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
last: edited to stick to the convetion and added more options
This commit is contained in:
parent
1f74ef276d
commit
fc835b18bb
1 changed files with 27 additions and 0 deletions
27
pages/common/last.md
Normal file
27
pages/common/last.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue