如何查询和关闭dotnet的进程

以pageadmin cms为例,运行

ps aux | grep dotnet

ps aux | grep PageAdmin.Web.dll


通过kill 进程id方式强制关闭。
6.png