Linux 서버 운영 중 불필요한 service port가 열려있는지 확인하는 명령어로 옳은 것은?
1
ps -ef | grep tcp
2
netstat –antp
3
netstat –rn
4
cat /etc/services