mirror of https://github.com/CrimsonTome/tldr.git
who: update deprecated command (#13222)
parent
c77913904c
commit
23f78e2df9
|
@ -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`
|
||||
|
|
|
@ -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`
|
||||
|
|
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue