mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-29 04:21:03 +08:00
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:
@@ -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,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
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user