我已经卸载了 Firefox,并.mozilla
从主目录中删除了目录。这些进程即使被删除后也会立即出现kill
。如何确定是什么创建了这些进程?在 中查看时,它们一直使用高达 40-50% 的 CPU htop
。
~$ ps -aux | grep firefox
shubham 2883387 13.2 3.5 2662844 271024 ? Ssl 23:36 0:04 /usr/bin/firefox --no-remote --headless about:blank --remote-debugging-port=0 --profile /tmp/puppeteer_dev_firefox_profile-dFaLal
shubham 2883441 3.9 1.7 2415508 134416 ? Sl 23:36 0:01 /usr/lib/firefox/firefox -contentproc -childID 1 -isForBrowser -prefsLen 1 -prefMapSize 232908 -jsInit 278944 -parentBuildID 20211102211617 -appdir /usr/lib/firefox/browser 18 tab
shubham 2883461 1.9 1.2 2382880 96640 ? Rl 23:36 0:00 /usr/lib/firefox/firefox -contentproc -childID 2 -isForBrowser -prefsLen 85 -prefMapSize 232908 -jsInit 278944 -parentBuildID 20211102211617 -appdir /usr/lib/firefox/browser 18 tab
答案1
实际上并没有弄清楚如何知道谁创建了该进程或运行了该/usr/bin/firefox
命令。但是一个 docker 容器正在运行,因此尝试停止并删除它,并且成功了。