我启动了一个无法运行的应用程序,但我无法删除它,因为它仍在运行。我可以打印 PID,但不能使用它终止进程。
~ $ ps ax | grep snappr | awk '{print $1}' 70824 ~ $ kill $(ps ax | grep snappr | awk '{print $1}') -bash: kill: (70832) - No such process
kill process id
id ×1
kill ×1
process ×1