Categories
Tags
AMD RAIDXpert error apache2 asterisk backup configuration cpanel custom ssh port debian debian mint DID exim freepbx ispconfig3 ispcongig3 java key authentication keyboard linux linux mind linux raid local server mdraid mint netboot mydns openVZ pure-ftp pxe rsync ssh run as menu self-signed skype slave ssh ssl transport ubuntu 12.04 whmsd
Daily Archives: 16.08.2009
Find which process ID is using some IP port
How to find, in linux, which Process ID is using some TCP port # lsof -w -n -i tcp:8080 or # fuser -n tcp 8080 or # netstat -anp|grep :8080[[:blank:]]
Posted in Linux tips
Leave a comment