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 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 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 }
How do I add two numbers using awk? How do I calculate all incoming number stream on fly and display the total using awk?
{ 0 comments }
Q. How do I login over ssh without using password less RSA / DSA public keys? How do I use ssh in a shell script? How do I login non-interactivly performing password authentication with SSH and shell scripts?
{ 18 comments }
Q. How to tell if my Linux server is using xinetd or inetd service?
{ 2 comments }