×
The who command displays information about all users currently on the local system. The following information is displayed: login name, tty, date and time of login. Typing who am i or who am I displays your login name, tty, date and time you logged in.
People also ask
Dec 19, 2023 · The who command is a simple and effective way to display information about currently logged-in users. By typing who in the terminal, you will ...
This article explains useful examples of who command, which is used to display currently logged in users, including the terminals they are connecting from ...
Nov 17, 2020 · who is a command-line utility that prints a list of currently logged in users. It can also show the current run level, time of the last system ...
This command is straightforward to use, and it displays a variety of essential information about all users who are currently logged-in into the system. In most ...
Mar 31, 2023 · -q, All login names and number of users logged on. -r, Print current runlevel. -t, Print last system clock change. -T, Add user's message status ...
Jan 2, 2023 · The “who” command in Linux is used to display information about users who are currently logged in to the system. It shows the user's login name, ...
Nov 6, 2021 · Description. The who command prints information about all users who are currently logged in.
Jul 28, 2023 · The Linux "who -q" command is a simple yet effective way to view the number of users currently logged into the system. With the use of the "-q ...
Guide on using the who command in Linux to display information about the logged-in users, such as their names, terminals, login times, and message statuses.