我正在运行阿奇。我没有安装 Apache 或任何其他 Web 服务器。访问localhost:8080,我得到一个明文响应:
localhost:8080
it works
没有 HTML,什么都没有。我不知道什么进程为此服务。lsof -i :8080没有给出任何东西,就像 一样ps aux | grep 8080,就像 一样ss -ap | grep 8080。
lsof -i :8080
ps aux | grep 8080
ss -ap | grep 8080
我如何找到提供此服务的进程并终止它?
networking linux port arch-linux
arch-linux ×1
linux ×1
networking ×1
port ×1