Linux Shell Command To Display Current Running Processes Task Manager
RegisterLogin
Linux Shell Command To Display Current Running Processes Task Manager
Post Description: Linux Shell Command To Display Current Running Processes Task Manager
Tags: Linux, Shell, Command, To, Display, Current, Running, Processes, Task, Manager
This Post Was Posted On Apr 28, 2008 By Webune #2230
Post Description: Linux Shell Command To Display Current Running Processes Task Manager
Tags: Linux, Shell, Command, To, Display, Current, Running, Processes, Task, Manager
This Post Was Posted On Apr 28, 2008 By Webune #2230
Linux Shell Command To Display Current Running Processes Task Manager by Webune
Code/Command:
ps
If you want to see system wide process (kinda like task manager in windows) execute the following command:
Code/Command:
ps -aux
or
Code/Command:
ps -ef
you will see something like this:
UID PID PPID C STIME TTY TIME CMD
root 1 0 0 Aug15 ? 00:00:01 init [3]
root 2 1 0 Aug15 ? 00:00:00 [migration/0]
root 3 1 0 Aug15 ? 00:00:00 [ksoftirqd/0]
root 4 1 0 Aug15 ? 00:00:00 [watchdog/0]
root 5 1 0 Aug15 ? 00:00:00 [migration/1]
root 6 1 0 Aug15 ? 00:00:00 [ksoftirqd/1]
root 7 1 0 Aug15 ? 00:00:00 [watchdog/1]
root 8 1 0 Aug15 ? 00:00:00 [migration/2]
root 9 1 0 Aug15 ? 00:00:00 [ksoftirqd/2]
root 10 1 0 Aug15 ? 00:00:00 [watchdog/2]
root 11 1 0 Aug15 ? 00:00:00 [migration/3]
root 12 1 0 Aug15 ? 00:00:00 [ksoftirqd/3]
root 13 1 0 Aug15 ? 00:00:00 [watchdog/3]
root 14 1 0 Aug15 ? 00:00:00 [events/0]
root 15 1 0 Aug15 ? 00:00:00 [events/1]
root 16 1 0 Aug15 ? 00:00:00 [events/2]
root 17 1 0 Aug15 ? 00:00:00 [events/3]
root 18 1 0 Aug15 ? 00:00:00 [khelper]
root 19 1 0 Aug15 ? 00:00:00 [kthread]
root 24 19 0 Aug15 ? 00:01:25 [kblockd/0]
root 25 19 0 Aug15 ? 00:00:41 [kblockd/1]
root 26 19 0 Aug15 ? 00:00:00 [kblockd/2]
root 27 19 0 Aug15 ? 00:00:41 [kblockd/3]
root 28 19 0 Aug15 ? 00:00:00 [kacpid]
root 120 19 0 Aug15 ? 00:00:00 [khubd]
root 178 19 0 Aug15 ? 00:00:00 [pdflush]
root 179 19 0 Aug15 ? 00:00:02 [pdflush]
root 180 1 0 Aug15 ? 00:00:00 [kswapd0]
root 1 0 0 Aug15 ? 00:00:01 init [3]
root 2 1 0 Aug15 ? 00:00:00 [migration/0]
root 3 1 0 Aug15 ? 00:00:00 [ksoftirqd/0]
root 4 1 0 Aug15 ? 00:00:00 [watchdog/0]
root 5 1 0 Aug15 ? 00:00:00 [migration/1]
root 6 1 0 Aug15 ? 00:00:00 [ksoftirqd/1]
root 7 1 0 Aug15 ? 00:00:00 [watchdog/1]
root 8 1 0 Aug15 ? 00:00:00 [migration/2]
root 9 1 0 Aug15 ? 00:00:00 [ksoftirqd/2]
root 10 1 0 Aug15 ? 00:00:00 [watchdog/2]
root 11 1 0 Aug15 ? 00:00:00 [migration/3]
root 12 1 0 Aug15 ? 00:00:00 [ksoftirqd/3]
root 13 1 0 Aug15 ? 00:00:00 [watchdog/3]
root 14 1 0 Aug15 ? 00:00:00 [events/0]
root 15 1 0 Aug15 ? 00:00:00 [events/1]
root 16 1 0 Aug15 ? 00:00:00 [events/2]
root 17 1 0 Aug15 ? 00:00:00 [events/3]
root 18 1 0 Aug15 ? 00:00:00 [khelper]
root 19 1 0 Aug15 ? 00:00:00 [kthread]
root 24 19 0 Aug15 ? 00:01:25 [kblockd/0]
root 25 19 0 Aug15 ? 00:00:41 [kblockd/1]
root 26 19 0 Aug15 ? 00:00:00 [kblockd/2]
root 27 19 0 Aug15 ? 00:00:41 [kblockd/3]
root 28 19 0 Aug15 ? 00:00:00 [kacpid]
root 120 19 0 Aug15 ? 00:00:00 [khubd]
root 178 19 0 Aug15 ? 00:00:00 [pdflush]
root 179 19 0 Aug15 ? 00:00:02 [pdflush]
root 180 1 0 Aug15 ? 00:00:00 [kswapd0]
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
hernry
#3783 1
which of the following commands displays the name of the current shell?
Apr 17, 2010 Reply Report abuse
indian
#3325 2
in linux which of the following commands is used to display the running process?
Jan 23, 2010 Reply Report abuse
atals_mbaron78
#3167 3
is there any other command is used for displaying the running programs or processes in linux
Jan 03, 2010 Reply Report abuse
stilder
#3025 4
what is the command to find current running sharepoint process
Dec 15, 2009 Reply Report abuse
frank
#2998 5
i need help with interrompere process linux task manager
Dec 12, 2009 Reply Report abuse
malkatushi
#2708 6
do you have any suggestions for linux migration from ksoftirqd to watchdog
Nov 04, 2009 Reply Report abuse
calilie
#2308 7
linux "migration/3" is that the same as unix
Aug 01, 2009 Reply Report abuse
loginizer
#2307 8
my error:
shell command to list the number of currently running process
can you assist?
shell command to list the number of currently running process
can you assist?
Jul 13, 2009 Reply Report abuse
ronaldini
#2306 9
please send me linux comandi task manager
Apr 25, 2009 Reply Report abuse
sabahs
#2305 10
i like to learn more about linux konsole task manager if you can teach me please
Apr 18, 2009 Reply Report abuse
Leave Your Comments...
©2011 Webune Forums - Sun Dec 18, 2011 5:45 pm
Powered by: Webune Forums V3
Powered by: Webune Forums V3