Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -1,27 +1,27 @@
# last
> View the last logged in users
> View the last logged in users.
- view last logins, their duration and other information as read from /var/log/wtmp
- View last logins, their duration and other information as read from /var/log/wtmp:
`last`
- specify how many of the last logins to show
- Specify how many of the last logins to show:
`last -n {{login_count}}`
- view full login times and dates
- View full login times and dates:
`last -F`
- view the last login by a specific user
- View the last login by a specific user:
`last {{user_name}}`
- view the last reboot (last login of the pseudo user reboot)
- View the last reboot (last login of the pseudo user reboot):
`last reboot`
- view the last shutdown (last login of the pseudo user shutdown)
- View the last shutdown (last login of the pseudo user shutdown):
`last shutdown`