Search This Blog

Wednesday, September 2, 2009

Useful Command, Check If SSHD Is Running

To check if your ssh server is running, easily type,
ps -A | grep sshd

It can also check if other servervices are running too, like ftpd, httpd, etc.

No comments: