LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   how to find out what serivces/process are running in fedora (https://www.linuxquestions.org/questions/linux-general-1/how-to-find-out-what-serivces-process-are-running-in-fedora-422165/)

yinglcs 03-06-2006 10:32 AM

how to find out what serivces/process are running in fedora
 
How to find out what serivces/process are running in fedora thru command line?

And if there is a way to find out which processes use up the memory of the machine thru command line?

Thank you.

ckoniecny 03-06-2006 10:34 AM

Try running "top". Or you can run "ps -aux | less" to display other useful information.

PTrenholme 03-06-2006 10:40 AM

Try ps or ps -A for a process list.
Try top for a screen (refreshed every few seconds) to the processes using the "top" amount resources.

Append a --help option for a syntax list, and man ps (or man top) for more info.

Also man -K <topic> will list available commands with <topic> in their keyword lists, an info --apropos <topic> will do a similar search of the info files.


All times are GMT -5. The time now is 02:15 PM.