https://stackoverflow.com/questions/28103045/how-can-i-delete-a-user-in-linux-when-the-system-says-its-currently-used-in-a-pr

 

How can I delete a user in linux when the system says its currently used in a process

I am trying to delete a user I created on ubuntu. However when I use the following command: userdel -r cafe_fixer I get the following message: user cafe_fixer is currently used by process 15945...

stackoverflow.com

 

kill을 배우기전에 pkill 강제로 시스템 죽이는 거가 심각한지 깨닫지 못했다.

하... 당시에 pkill해서 유저삭제했는데, 차후 문제있으면 리눅스 다시깔아야하나 걱정이네...

 

 

PKILL 은 강제로 시스템을 죽이는거기에 시스템 내 작동중이었던 파일이 날아갈 수 있다.

강제종료는 최후의 수단이다., 상당히 위험하다.

 

이럴떈 Kill 을 하는게 낫다. (요청) 아니면 재부팅

 

+ Recent posts