• 2022-05-28
    Linux下,如何查看一个端口被什么进程占用?
    A: netstat-an|grep端口号
    B: netstat-tnlp|grep端口号
    C: iostat-an|grep端口号
    D: iostat-dxt|grep端口号