- Forums
- Linux Systems
- How Do I List Running Processes In Linux Like Windwos Task Manager
This Page Contains information about How Do I List Running Processes In Linux Like Windwos Task Manager By tomas in category Linux Systems with 2 Replies. [2886], Last Updated: Sat May 18, 2024
tomas
Sun Feb 25, 2007
2 Comments
1012 Visits
top
as an admin, its important to know whats going on with your server. when i started learning linux i wondered if there was something similar to windows task manager where all the application that are running are displayed. well, you can do this with linux even if you have a shell command interface.
the command to use to list is this one:
Linux Commnad:
top
when you run this command, it will list all current running process and it will give you a list of all of them. try it.