I just missclicked w in terminal and… discovered new command?

Posted by Mister_Magister@reddit | linux | View on Reddit | 89 comments

```
w  displays  information about the users currently on the machine, and their processes.  The header shows, in this order, the current time, how long the system has been running, how many users are currently logged on, and the system load averages for the past 1,
5, and 15 minutes.
```

Interesting!