OS/Ubuntu
linux ubuntu 특정포트 사용중인지 확인하기
forkballpitch
2019. 12. 16. 10:46
$ sudo netstat -ntlp | grep :[port]
$ sudo netstat -ntlp | grep :8000