标签:
ps -aux 查看进程
提取某一个进程:
ps -aux | grep <进程名>
ps -aux | grep <进程号>
dd
Linux查看端口号
原文地址:http://www.cnblogs.com/hanggegege/p/5942737.html