running processes

Ubuntu Linux Stop a Process

by Vivek Gite on April 23, 2011 · 0 comments

How do I stop a process under Ubuntu Linux using command line and GUI tools?

{ 0 comments }

How do I find out running processes were associated with each open port? How do I find out what process has open tcp port 111 or udp port 7000 under Linux?

{ 13 comments }

Q. I’d like to find out if httpd / mysqld or sshd process is running or not under CentOS Linux server. How do I determine whether a process is running or not? A. You need to use following commands: [a] ps – It report a snapshot of the current processes [b] grep – Filter out [...]

{ 1 comment }

Show All Running Processes in Linux

by Vivek Gite on October 12, 2006 · 76 comments

How do I see all running process in Linux?

{ 76 comments }