linux查看进程命令
linux查看进程命令
查看进程命令
$ ps -a
杀掉进程命令
$ kill 进程id
监听端口命令
$ netstat -anp | grep 4000
作者:xingguang
链接:https://www.tiance.club/post/2516578616.html
查看进程命令
$ ps -a
杀掉进程命令
$ kill 进程id
监听端口命令
$ netstat -anp | grep 4000
作者:xingguang
链接:https://www.tiance.club/post/2516578616.html