Question:
how can i find what proceses now are runnin in linux?
2006-04-18 01:03:54 UTC
(show me all procceses in linux)
Six answers:
PP
2006-04-18 01:09:35 UTC
try "ps" command..

it gives result like shown below....







PID TT STAT TIME COMMAND

298 p0 Ss 0:01.10 tcsh

7078 p0 S 2:40.88 xemacs mdoc.xsl (xemacs-21.1.14)

37393 p0 I 0:03.11 xemacs freebsd.dsl (xemacs-21.1.14)

48630 p0 S 2:50.89 /usr/local/lib/netscape-linux/navigator-linux-4.77.bi

48730 p0 IW 0:00.00 (dns helper) (navigator-linux-)

72210 p0 R+ 0:00.00 ps

390 p1 Is 0:01.14 tcsh

7059 p2 Is+ 1:36.18 /usr/local/bin/mutt -y

6688 p3 IWs 0:00.00 tcsh

10735 p4 IWs 0:00.00 tcsh

20256 p5 IWs 0:00.00 tcsh

262 v0 IWs 0:00.00 -tcsh (tcsh)

270 v0 IW+ 0:00.00 /bin/sh /usr/X11R6/bin/startx -- -bpp 16

280 v0 IW+ 0:00.00 xinit /home/nik/.xinitrc -- -bpp 16

284 v0 IW 0:00.00 /bin/sh /home/nik/.xinitrc

285 v0 S 0:38.45 /usr/X11R6/bin/sawfish
tnguy
2006-04-18 13:00:52 UTC
ps command gives the Process Status in the system.



ps command can take various arguments like ps-aux, ps -ef, ps -ei etc...



The best way to get what you need from the ps command is to check the linux manual with "man ps"
cordefr
2006-04-18 08:16:52 UTC
Very useful is also the command "top" to see the most important consumers of resources.
2006-04-18 08:07:02 UTC
In a terminal, type:

ps axu



That will tell you what is running and who owns it.
2006-04-18 08:05:04 UTC
Look for "System Monitor" well that's what it is under Ubuntu anyway.
7usam
2006-04-18 08:05:35 UTC
try pstree


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...