View process information in ubuntu

First check process

ps

View all processes are:

ps aux

Want to kill the corresponding process are: for example, I want to kill the process ID 15391

sudo kill 15391

 

Guess you like

Origin blog.csdn.net/weixin_40294256/article/details/94841321