Linux如何查看进程、搞掉进程、重启进程

查看进程:

命令 netstat -tlnp|grep port

搞掉进程:

命令 kill -9 pid

重启进程:

命令 kill -HUP pid

posted @ 2015-03-06 17:17  ZQH005  阅读(812)  评论(0编辑  收藏  举报