21 lines
458 B
Markdown
Raw Normal View History

# lastcomm
> Show last commands executed.
> More information: <https://manned.org/lastcomm>.
- 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}}`