The W
utility in Linux is a command line utility that allows you to view information about current system users and their activity.
When you run the w
command in a terminal, it displays the following information:
The W
utility also shows general system information such as current time, system activity time, number of users, and average CPU utilization. W
can be useful for monitoring user activity on the system, tracking the resources used by each user, and determining who is currently on the system.
For more information on the parameters and use of the W
utility, see the user's manual or run the man w
command in the terminal. It is included in most distributions and does not require installation.