查找正在使用的端口mac

代码示例

17
0

杀死所有服务器5000mac

#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

杀死端口mac

sudo lsof -i :3000
1
0

macos中的端口查找

$ lsof -nP -iTCP -sTCP:LISTEN | grep 8000
1
0

在mac中运行端口

sudo lsof -PiTCP -sTCP:LISTEN

其他语言

此页面有其他语言版本

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