
who Command in Linux | Linuxize
Nov 17, 2020 · who is a command-line utility that displays a list of currently logged in users. It can also show the current run level, time of the last system boot, and more.
who Command - IBM
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.
The “who” Command in Linux [6 Practical Examples]
Aug 31, 2023 · The who command in Linux is a useful tool to find information about the currently logged-in user of the system. It also provides information about the name of the terminal and the time when the user logged in.
who Command in Linux: Syntax, Options, Examples - phoenixNAP
Jan 15, 2025 · The who command in Linux monitors logged-in users and their session details. It allows you to gather practical information like active users, system boot time, and current …
Linux / Unix who Command Examples To List Users on The …
Sep 15, 2024 · How do I display who is logged on my Linux or Unix-like operating system using shell prompt? You need to use who command to display users who are currently logged in your server. This command is useful to find out the following information: Time of last system boot. Current run level. List of logged in users and more. Display who is on the system.
Who command in Linux - Tpoint Tech - Java
In this tutorial, we will discuss Linux's "Who" command and also learn how it works. The Linux "who" command lets you display the users currently logged in to your UNIX or Linux operating system.
10 'who' Command Examples for Linux Newbies - Tecmint
Jul 14, 2023 · This article explains useful examples of who command, which is used to display currently logged in users, including the terminals they are connecting from in Linux.
Linux Who Command - Computer Hope
Nov 6, 2021 · Linux who command help and information with who examples, syntax, related commands, and how to use the who command from the command line.
Who Linux command: Explained - LinuxConfig
Feb 16, 2023 · In this tutorial, we will explain how to use the who command on a Linux system, and go over all of its command line options. Follow along with our examples and you will quickly master this command and understand which situations it is most useful in.
who Command In Linux - Complete Guide For Syntax & Examples
Mar 4, 2025 · System administrators or moderators usually use the who command in Linux to monitor active sessions. Syntax of the who Command: The basic syntax of the who command in Linux is: who [OPTION] Running the who command without an option will display the list of logged-in users. Various options will alter the output by providing additional details.