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 process names
Find [...]
{ 1 comment }


