Update cheatsheets

This commit is contained in:
ivuorinen
2024-04-10 00:13:23 +00:00
parent 8ee9ac5b39
commit 4226233c3d
2 changed files with 46 additions and 0 deletions

42
tldr/linux/last Normal file
View File

@@ -0,0 +1,42 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# last
> List information of last user logins.
> See also: `lastb`, `login`.
> More information: <https://manned.org/last.1>.
- List login information (e.g., username, terminal, boot time, kernel) of all users:
`last`
- List login information of a specific user:
`last {{username}}`
- List information of a specific TTY:
`last {{tty1}}`
- List most recent information (by default, the newest are at the top):
`last | tac`
- List information of system boots:
`last "{{system boot}}"`
- List information with a specific [t]imestamp format:
`last --time-format {{notime|full|iso}}`
- List information [s]ince a specific time and date:
`last --since {{-7days}}`
- List information (i.e., hostname and IP) of remote hosts:
`last --dns`