ps command

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 }

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 }

UNIX / Linux: awk Add Two Numbers

by Vivek Gite on October 2, 2010 · 0 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 }

Where Are MySQL Files Stored in UNIX / Linux

by Vivek Gite on February 25, 2009 · 0 comments

Where are my mysql database and table files are stored in UNIX or Linux operating systems?

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