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?
{ 18 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 [...]
{ 2 comments }