100 Useful Command-Line Utilities

by Oliver; 2014

72. who, w

who and w are very similar. Both show a list of users currently logged on to the system, but w gives slightly more information.

See users currently logged in:
$ who 
See users currently logged in as well as what command they're running:
$ w

<PREV   NEXT>