Linux 中 后台运行.netcore项目

nohup dotne  IdentityServer.dll &   后台运行
ps -ef | grep dotnet  查看目录下dotnet项目
kill -9 6835 停止项目

posted @ 2021-05-20 15:39  北极星下落不明  阅读(831)  评论(0)    收藏  举报