Linux Command line Tip: List Users & Processes
Wednesday, August 5, 2009 at 9:11AM
Jose Perez in Linux, linuxtips
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.
Article originally appeared on Jose Perez- 3D Artist and Tech Geek (http://www.fxstation.net/).
See website for complete article licensing information.