2025-03-14 21:59:59 -06:00
|
|
|
# lastcomm
|
|
|
|
|
|
|
|
|
|
> Show last commands executed.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://manned.org/lastcomm>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Print information about all the commands in the acct (record file):
|
|
|
|
|
|
|
|
|
|
`lastcomm`
|
|
|
|
|
|
|
|
|
|
- Display commands executed by a given user:
|
|
|
|
|
|
|
|
|
|
`lastcomm --user {{user}}`
|
|
|
|
|
|
|
|
|
|
- Display information about a given command executed on the system:
|
|
|
|
|
|
|
|
|
|
`lastcomm --command {{command}}`
|
|
|
|
|
|
|
|
|
|
- Display information about commands executed on a given terminal:
|
|
|
|
|
|
|
|
|
|
`lastcomm --tty {{terminal_name}}`
|