How to show current logged in users in Linux
You can use the w command to show the current logged-in users on a Linux system: $ w This command will show the following information for each user: USER: the username of the user. TTY: the terminal associated with the user. FROM: the hostname or IP address from which the user logged in. LOGIN@: … Read more