NginX still running when uninstalled it

2019-07-30 08:34发布

I have tried to uninstall NGinX from my Ubuntu using following command:

 sudo apt-get remove nginx-core nginx-full nginx-light nginx-extras nginx-common    

I have used below command as well

 sudo apt-get remove --purge nginx*

And still see below screen when I check NginX processes running.

What is happening??

NginX still running after uninstalling it

标签: nginx
1条回答
【Aperson】
2楼-- · 2019-07-30 08:58

Try to run sudo killall nginx.

查看更多
登录 后发表回答