반응형

/********************************************************************************************
-- Title : [Lnx] 오픈된 포트 확인
-- Reference : 웹검색
-- Key word : netstat port
********************************************************************************************/

-- 오픈된 모든 포트 확인
# netstat -anpt | grep LISTEN

-- 오픈된 특정 포트 확인
# netstat -anpt | grep 포트번호


반응형

+ Recent posts