사용자를 삭제하려고 합니다.
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
항상 다른 곳 .