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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 13 deletions

View File

@ -1,16 +1,13 @@
# who
> Toon wie er is ingelogd en gerelateerde gegevens (processen, opstarttijd).
> Bekijk ook: `whoami`.
> Meer informatie: <https://www.gnu.org/software/coreutils/who>.
- Toon de gebruikersnaam, line en tijd van alle huidige ingelogde sessies:
`who`
- Toon informatie alleen voor de huidige terminalsessie:
`who am i`
- Toon alle beschikbare informatie:
`who -a`

View File

@ -1,16 +1,13 @@
# who
> 显示当前登录用户和相关信息(进程,启动时间)。
> 更多信息:<https://www.gnu.org/software/coreutils/who>.
> 参见: `whoami`
> 更多信息:<https://www.gnu.org/software/coreutils/who>
- 显示用户名,终端线路,和所有当前登录会话的时间:
`who`
- 仅显示当前终端会话信息:
`who am i`
- 显示所有可用信息:
`who -a`

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`