mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-14 13:35:24 +02:00

* pages*: improve page descriptions * ical: improve page description * cockpit-desktop: remove unneeded word from page description * nc: improve description wording --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
17 lines
474 B
Markdown
17 lines
474 B
Markdown
# sa
|
|
|
|
> Summarize accounting information about commands called by users, including basic information on CPU time spent processing and I/O rates.
|
|
> Part of the `acct` package.
|
|
> More information: <https://manned.org/man/sa.8>.
|
|
|
|
- Display executable invocations per user (username not displayed):
|
|
|
|
`sudo sa`
|
|
|
|
- Display executable invocations per user, showing responsible usernames:
|
|
|
|
`sudo sa --print-users`
|
|
|
|
- List resources used recently per user:
|
|
|
|
`sudo sa --user-summary`
|