From 23f78e2df9701facc661b0e8bef4fbe08fe2abf1 Mon Sep 17 00:00:00 2001 From: Tran Dinh Dong <76928878+vanvuvuong@users.noreply.github.com> Date: Sun, 7 Jul 2024 14:44:09 +0700 Subject: [PATCH] who: update deprecated command (#13222) --- pages.nl/common/who.md | 5 +---- pages.zh/common/who.md | 7 ++----- pages/common/who.md | 5 +---- 3 files changed, 4 insertions(+), 13 deletions(-) diff --git a/pages.nl/common/who.md b/pages.nl/common/who.md index c062ab6422..1bb52df381 100644 --- a/pages.nl/common/who.md +++ b/pages.nl/common/who.md @@ -1,16 +1,13 @@ # who > Toon wie er is ingelogd en gerelateerde gegevens (processen, opstarttijd). +> Bekijk ook: `whoami`. > Meer informatie: . - 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` diff --git a/pages.zh/common/who.md b/pages.zh/common/who.md index 7e87242d0b..fa386c61a2 100644 --- a/pages.zh/common/who.md +++ b/pages.zh/common/who.md @@ -1,16 +1,13 @@ # who > 显示当前登录用户和相关信息(进程,启动时间)。 -> 更多信息:. +> 参见: `whoami`。 +> 更多信息:。 - 显示用户名,终端线路,和所有当前登录会话的时间: `who` -- 仅显示当前终端会话信息: - -`who am i` - - 显示所有可用信息: `who -a` diff --git a/pages/common/who.md b/pages/common/who.md index cf2bc03e29..7a32f9127d 100644 --- a/pages/common/who.md +++ b/pages/common/who.md @@ -1,16 +1,13 @@ # who > Display who is logged in and related data (processes, boot time). +> See also: `whoami`. > More information: . - 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`