NZSTD

  • Ubuntu下查看端口占用的方法

    一、使用lsof命令查看端口占用 sudo lsof -i: [端口号] Ubuntu下可以使用lsof命令查看端口的占用情况。 例如,要查看80端口的情况,可以使用如下命令: s…

    编程 2025-04-20