Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 199 Bytes

fix-rm-failure.md

File metadata and controls

14 lines (9 loc) · 199 Bytes

rm failure as device or resource busy

when I wanna rm -rf myDir, log:

Device or resource busy

Reason: There are still process alive

Solution:

  1. lsof +D yourDir
  2. kill -9 pid