80端口被占用,查本地哪个程序占用

netstat -ano | findstr ":80"

查看pid的路径

wmic process where "ProcessId=4628" get ExecutablePath

你可能感兴趣的:(服务器,linux,运维)