690 shaares
3 liens privés
3 liens privés
Using ss :
ss -nlput | grep <process>
Using lsof :
lsof -i -P -n | grep LISTEN
lsof -i tcp:80
Using netstat :
netstat -tlnp
netstat -tnlp | grep :80
Using ss :
ss -nlput | grep <process>
Using lsof :
lsof -i -P -n | grep LISTEN
lsof -i tcp:80
Using netstat :
netstat -tlnp
netstat -tnlp | grep :80