Tag: user login information
-
Linux command to view user login information
On Linux, To display the currently logged-in user session, you can use the command: w 20:22:13 up 1:29, 1 user, load average: 0.00, 0.01, 0.00: the current system time and system running time, the current number of logged-in users, and the system’s average load information. USER: username TTY: Login terminal type FROM: Remote terminal address…