vote up 2 vote down star

Today I had the problem that I couldn't delete a folder because "it was busy".

How can I find out which application to blame for that or can I just delete it with brute force?

flag

3 Answers

vote up 6 vote down check

Use lsof to find out what has what files are open.

man lsof or have a look here

link|flag
vote up 1 vote down

fuser will show you which processes are accessing a file or directory.

link|flag
vote up 3 vote down

The fuser Unix command will give you the PIDs of the processes accessing a file.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.