วิธี check port ที่เปิดใช้งาน
Posted: 03 Dec 2019, 11:00
Code: Select all
netstat -tulpn | grep LISTENCode: Select all
netstat -tulpn | grep PORTNUMBERCode: Select all
sudo lsof -i -P -n | grep LISTENCode: Select all
ss -tulwบอร์ดความรู้เกี่ยวกับระบบ ERP / PlanetOne ERP / ระบบบัญชี และการใช้งาน Linux และ OpenOffice จาก BRID Systems
https://planetone.online/forum/
Code: Select all
netstat -tulpn | grep LISTENCode: Select all
netstat -tulpn | grep PORTNUMBERCode: Select all
sudo lsof -i -P -n | grep LISTENCode: Select all
ss -tulw