25 กุมภาพันธ์ 2563

Check ports opening by using netstat command

We can check opening ports from our server using "netstat" command.

sudo netstat -tantp | grep LISTEN


We can also check which process is listening on port xxx by this command

sudo netstat -pna | grep xxx

ไม่มีความคิดเห็น:

แสดงความคิดเห็น

บทความยอดนิยม (ล่าสุด)

บทความยอดนิยม (All Time)