netstat -ntl
열려져 있는 포트 검사# netstat -ntl
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN
tcp 0 0 xxx.xxx.xxx.xxx:53 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:23 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN
3306 : MySQL
110 : POP3
80 : APACHE
21 : FTP
22 : SSH
23 : TELNET
25 : MAIL
맞나요? 나머지는 먼지 모르겟어요.
tcp 0 0 xxx.xxx.xxx.xxx:53 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN
53, 953 은 무슨 서비스에요?
/etc/services 파일에 다 써 있습니다. 한번 편집기로 열어서
/etc/services 파일에 다 써 있습니다. 한번 편집기로 열어서 읽어보세요.
--
익스펙토 페트로눔
cat /etc/services
cat /etc/services
댓글 달기