linux利用端口查看进程

    xiaoxiao2022-07-02  98

    1.查看对应端口

    sudo netstat -antup | grep 端口号

    2.利用端口查看进程  

    ps -ef | grep 进程号

    最新回复(0)