> On 13 Dec 2018, at 5:39 am, Daniel Miller <dmil...@amfes.com 
> <mailto:dmil...@amfes.com>> wrote:
> 
> The "lsof -i" is a lower-case i (just confirming if it got auto-corrected by 
> email spellcheck).
> 
> If "lsof" (or other tools) can't confirm an open port we've got other 
> problems.  Need to get that part first.  What is expected:
> 
> # lsof -i :126
> COMMAND  PID USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
> master  1260 root  104u  IPv4  33860      0t0  TCP localhost.localdomain:126 
> (LISTEN)
> 
> Daniel
Yes, Daniel, it was auto-correct in my email.

The reason I got nothing returned is because I did not run in sudo mode. Now I 
get:

$ sudo lsof -i :10026
Password:
COMMAND   PID USER   FD   TYPE             DEVICE SIZE/OFF NODE NAME
master  89692 root   85u  IPv4 0x1117b83fdbb9d20b      0t0  TCP localhost:10026 
(LISTEN)

$ sudo lsof -i :126
COMMAND   PID USER   FD   TYPE             DEVICE SIZE/OFF NODE NAME
perl    32559 root   25u  IPv4 0x1117b83fd26de50b      0t0  TCP 
localhost:49213->localhost:nxedit (CLOSE_WAIT)
master  89692 root   88u  IPv4 0x1117b83fdbb9e50b      0t0  TCP 
localhost:nxedit (LISTEN)

James.
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to