【Server•Security】/서버·네트워크

[Lnx] 오픈된 포트 확인

디비랑 2013. 5. 27. 16:53

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

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

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