I am trying to delete a directory using
rm -rf dirName
But I receive a bunch of errors like:
rm: cannot remove 'deleteMe/icarus/.nfs0000001bcf11514a0000cd45': Device or resource busy
When I try to find out the processes using this file with the command
lsof deleteMe/icarus/.nfs0000001bcf11514a0000cd45
There is no output. Any suggestions?