Problem scenario
You are trying to remove a directory. When you run a “sudo rm -rf” command you get this error:
rm: cannot remove ‘/path/to/’: Device or resource busy
When you run a “sudo umount /path/to/” command you get this error:
“umount.nfs: device is busy”
What should you do to eliminate the directory?
Solution
1.
…
Continue reading “How Do You Delete a Directory on Linux Server That Is Not Easily Deleted?”