1

I am trying to delete files while archiving, using:

  rm -Rf /test/this/path/.

but when I run this command I am getting this error:

Device or resource busy

This is due to the file being open by some other user.

Now, how can I delete a file irrespective of whether it is open?

terdon
  • 234,489
  • 66
  • 447
  • 667
Dileep
  • 83
  • 1
  • 1
  • 5

0 Answers0