Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • Not even on the NFS server, or other hosts mounting the same directory? Commented Mar 25, 2018 at 6:31
  • Sorry, what does the first part mean? Commented Mar 25, 2018 at 6:48
  • The directory that you are trying to delete is mounted from an NFS file server. If a program on another host that mounts the same directory from that server has a file open, you won't be able to delete the directory. Commented Mar 25, 2018 at 6:49
  • Ohh I see. How do I check if a program on another host is mounting the directory and kill it? Commented Mar 25, 2018 at 6:51