技巧分享 Linux下查看某端口占用进程

in 服务器类

在Linux操作系统中

查看占用某一端口的进程是什么:#lsof -i:端口号

[root@oa test]# lsof -i:21

0 Comments