who: update deprecated command (#13222)

This commit is contained in:
Tran Dinh Dong
2024-07-07 14:44:09 +07:00
committed by GitHub
parent c77913904c
commit 23f78e2df9
3 changed files with 4 additions and 13 deletions

View File

@@ -1,16 +1,13 @@
# who
> Display who is logged in and related data (processes, boot time).
> See also: `whoami`.
> More information: <https://www.gnu.org/software/coreutils/who>.
- Display the username, line, and time of all currently logged-in sessions:
`who`
- Display information only for the current terminal session:
`who am i`
- Display all available information:
`who -a`