
ユーザーを削除しようとしています。
pgrep -u test
ps -fp $(pgrep -u test)
killall -KILL -u test
userdel -r test
ただし、最後のコマンドは常に返されます。
userdel: user test is currently used by process xxx
xxx
常に他の場所。
ユーザーを削除しようとしています。
pgrep -u test
ps -fp $(pgrep -u test)
killall -KILL -u test
userdel -r test
ただし、最後のコマンドは常に返されます。
userdel: user test is currently used by process xxx
xxx
常に他の場所。