View Single Post
  #5   (View Single Post)  
Old 9th October 2017
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default

Code:
$ ssh localhost
ssh: connect to host localhost port 22: Connection refused


When I do

Code:
$ pgrep sshd                                                                 
$
I get nothing but when I do

Code:
$ pgrep ssh  
29731
I get 29731.

What is this 29731 ?
Reply With Quote