- Forums
- Linux Hosting
- How To Display Who Is Logged In Linux Unix Shell Command
This Page Contains information about How To Display Who Is Logged In Linux Unix Shell Command By unix in category Linux Hosting with 0 Replies. [385], Last Updated: Sat May 18, 2024
unix
Sat Aug 26, 2006
0 Comments
3745 Visits
If you are the administrator, sometimes its helpful to know which users are logged into the system.
If you want know who is currently logged into your sytem, just execute the following command in the shell terminal:
CODE:
who
A list of user who are currently logged in will be displayed on your screen.