常用linux命令

netstat -anp 显示系统端口使用情况

lsof -i :端口 显示占用该端口的进程情况

uname -a 内核信息

cat /proc/interrupts 显示中断信息

你可能感兴趣的:(常用linux命令)