The who command is used to display information about users who are currently logged into the system.
Here are some commonly used options with the who command:
$ who ←Display a list of currently logged-in users root tty1 2016-11-19 16:07 lee tty2 2016-11-19 16:37 kao tty4 2016-11-19 16:40 chen tty4 2016-11-19 17:11 |
The who command is helpful for checking who is currently using the system and on which terminal they are logged in. You can also use it to see when users logged in.
For more options and examples, you can refer to the provided link.