linux 命令 出现的问题

ps -ef | grep python3 | awk {'print $1'} | xargs kill  -9

我执行了这个命令 然后出现下面这个 

kill: cannot find process "shenjia+"
kill: cannot find process "shenjia+"
kill: cannot find process "shenjia+"
kill: cannot find process "shenjia+"
kill: cannot find process "shenjia+"
kill: cannot find process "shenjia+"
kill: cannot find process "www"
kill: cannot find process "www"
kill: cannot find process "www"
kill: cannot find process "www"
kill: cannot find process "www"
kill: cannot find process "www"
kill: cannot find process "www"
kill: cannot find process "www"
kill: cannot find process "shenjia+"
kill: cannot find process "www"
kill: cannot find process "www"
kill: cannot find process "www"
kill: cannot find process "www"
kill: cannot find process "www"
kill: cannot find process "www"
kill: cannot find process "www"
kill: cannot find process "www"
kill: cannot find process "www"
kill: cannot find process "root"
kill: cannot find process "root"
kill: cannot find process "root"
kill: cannot find process "www"
kill: cannot find process "www"
kill: cannot find process "www"
kill: cannot find process "www"
kill: cannot find process "shenjia+"
kill: cannot find process "shenjia+"
kill: cannot find process "www"
kill: cannot find process "www"
kill: cannot find process "www"
kill: cannot find process "www"
kill: cannot find process "www"

请告诉我这是怎么回事?

阅读 2.6k
1 个回答

估计是主进程被杀掉后,子进程已不存在了

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题