All about Information Technology!

logged

Show logged in users and what they are doing

Open your terminal and issue the command w yes! just type w. It’s just so simple! Output: 18:11:03 up 1:01, 3 users, load average: 0.58, 0.59, 0.94 USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT username tty7 17:31 1:00m 2:20 0.20s gnome-session – username pts/0 :0 17:35 31:32 48.29s 48.10s /opt/Adobe username pts/4 :0 17:39 [...]

>>

, , ,

Get a list of currently logged in users in Windows Server

To get a list of currently logged in users in your Windows Server, open a cmd console and issue the following command: query session You will get a response like this: X:\path\to\somewhere>query session SESSIONNAME USERNAME ID STATE TYPE DEVICE services 0 Disc >console my_user_name 3 Active rdp-tcp 65536 Listen   X:\path\to\somewhere>

>>

, , , , , , , , , , , ,

List current logged in users – Linux

To list logged in users you have to use users command. Open console terminal and issue the following command: users

>>

, , ,