Linux Command line Tip: List Users & Processes
The power of Linux for administrators resides in the command line. Here's a quick way to retrieve a list of users currently logged into a Linux server, and their running processes.
- Type "w" and enter for a full user list
- Type "w -s" and enter for a short process list
- Type "w username" and enter for a specific user’s processes.