netstat 命令 与 ps 命令

netstat 命令用于显示网络状态。

sudo netstat -ltunp

ps 命令用于查看进程状态

ps aux | grep xxx
# 显示 标题栏
ps aux | grep -E "xxx|PID"

你可能感兴趣的:(Ubuntu)