Which ports are listening for TCP connections from the network:
nmap -sT -O localhostCheck if the port is associated with the official list of known services:
cat /etc/services | grep 834Check for port 834 using netstat:
netstat -anp | grep 834Check for port 834 using lsof:
lsof -i | grep 834
Нема коментара:
Постави коментар
Напомена: Само члан овог блога може да постави коментар.