Posts [Linux] netstat 명령어 (netstat Command)
Post
Cancel

[Linux] netstat 명령어 (netstat Command)

1.

어떤 프로세스가 어떤 포트를 사용 중인지 확인하는 명령어

1
netstat -ntlp

netstat_ntlp

2.

어떤 프로세스가 특정 포트를 사용 중인지 확인하는 명령어

1
netstat -ntlp|grep {port}

netstat_ntlp_grep_8080

Reference

This post is licensed under CC BY 4.0 by the author.