不会弹吉他的二郎腿
linux进程处理
阅读 74
2023-06-25
查找进程:
ps -ef | grep node //第二种 ps -ax | grep node
kill掉某个进程:
kill -9 1039
相关推荐
精彩评论(0)