USA Life

rm -rf 가 먹히지 않을 때.

:)= 2018. 10. 12. 11:58

https://unix.stackexchange.com/questions/11238/how-to-get-over-device-or-resource-busy


how to get over device or resource busy


lsof +D /path

를 입력해서 /path 밑에서 아직 활동하고 있는 애들을 찾아낸 뒤에,

kill 명령어를 통해서 해당 process를 꺼주자.

그러면 rm -rf 가 먹힌다.