리눅스에서 열린 소켓을 닫는 방법

코드 예제

1
0

데비안 킬 오픈 포트

fuser -k 3000/tcp 	//will kill that process.
1
0

소켓 우분투를 닫는 방법

sudo netstat -ap | grep :<port_number> 
  
#The second line will contain the process id. e.g: 7838/python3 (7838 is the pid)
kill <pid>
0
0

리눅스에서 포트를 닫는 방법

sudo ufw allow PORT

다른 언어로

이 페이지는 다른 언어로되어 있습니다

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................