Matar Porto 5000

Exemplos de código

17
0

matar todos os servidores 5000 mac

#First run this, to get port information (with the port you want to kill)
sudo lsof -i :3000 

#Then run this, with <PID> replaced by the value in the column returned by previous command.
kill -9 <PID>
9
0

matar o porto mac

sudo lsof -i :3000
7
0

matar o porto

kill -9 $(sudo lsof -t -i:8080)
2
0

matar um porto

kill $(lsof -ti:3000) 

Em outros idiomas

Esta página está em outros idiomas

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