ユーザーを削除しようとしていますが、そのユーザーは現在プロセスID xで使用中であると表示され続けます。
私はすべてを試しましたここそしてここ、効果がありません。アカウントを削除するために特定のユーザーのすべてのプロセスを終了する方法は?
を実行した後も、su user -c 'kill -s KILL -- -1'
いくつかのプロセスが表示されます。
[root@cdp ~]# ps -fljHu webdev
F S UID PID PPID PGID SID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
4 S webdev 30031 26903 30031 26903 0 80 0 - 54756 poll_s 18:35 ? 00:00:00 /opt/site/venv/bin/python /opt/site/venv/bin/gunicorn website.wsgi:appl
1 S webdev 30045 30031 30031 26903 0 80 0 - 69156 poll_s 18:35 ? 00:00:00 /opt/site/venv/bin/python /opt/site/venv/bin/gunicorn website.wsgi:ap
1 S webdev 30046 30031 30031 26903 0 80 0 - 69158 poll_s 18:35 ? 00:00:00 /opt/site/venv/bin/python /opt/site/venv/bin/gunicorn website.wsgi:ap
1 S webdev 30047 30031 30031 26903 0 80 0 - 69160 poll_s 18:35 ? 00:00:00 /opt/site/venv/bin/python /opt/site/venv/bin/gunicorn website.wsgi:ap
プロセス26903はsupervisord
。