who, w, users: refer to each other (#19803)

* Update who.md

* Update users.md

* Update w.md

* Update who.md

* Update w.md
This commit is contained in:
Managor
2025-12-08 05:51:35 +02:00
committed by GitHub
parent e1ab59152c
commit 5300ef2b3f
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# users
> Display a list of logged in users.
> See also: `useradd`, `userdel`, `usermod`.
> See also: `who`, `w`, `useradd`, `userdel`, `usermod`.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/users-invocation.html>.
- Print logged in usernames:
+1
View File
@@ -1,6 +1,7 @@
# w
> Display who is logged in and their processes.
> See also: `who`, `users`.
> More information: <https://manned.org/w>.
- Display information about all users who are currently logged in:
+1 -1
View File
@@ -1,7 +1,7 @@
# who
> Display who is logged in and related data (processes, boot time).
> See also: `whoami`.
> See also: `users`, `w`, `whoami`.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/who-invocation.html>.
- Display the username, line, and time of all currently logged-in sessions: