ps command

How do I find out if a service such as MySQL or Apache running on my Centos/RHEL/Fedora Linux server?

{ 3 comments }

How do I view minor and major page faults statistics for a process under Linux operating systems?

{ 1 comment }

I‘m using ps command to read a snapshot of the current processes under Unix / Linux operating systems. However, ps -e or ps aux only displays command / processes names. I need to see complete information about the process including all parameters passed to it. How do I see it under Unix / Linux using ps command?

{ 0 comments }

How can I find all the file descriptors used by a process such as httpd (Apache web server) or mysqld (MySQL Database server)?

{ 1 comment }

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

{ 0 comments }

How do I find out if NFS server or service is running or not on my Linux or Unix based server?

{ 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?

{ 19 comments }