导航

Linux 查找进程命令 杀进程

Posted on 2021-03-07 11:12  DotNet1010  阅读(192)  评论(0)    收藏  举报

dotnet QuantWebApi.dll --urls=http://*.8080

nohup dotnet QuantWebApi.dll --urls=http://*.8080  &

ps -ef | grep -i Quant

ps -ef |grep -i  8080

 

kill 查找的第一个数字