Toggle Menu

Insights / Digital Service Delivery / How Do I Find Out What Process Has A File Or Folder Locked?

April 05, 2013

How Do I Find Out What Process Has A File Or Folder Locked?

2 mins read

I hate getting ‘Access Denied’ to a particular file or folder without explanation! As a developer, this happens to me regularly enough to be a pain, but not enough for me to actually have a good tool at my disposal for it.

Well, not until now.

Recently I finally was forced to find a good tool because something mysterious had my build folder locked, and we could not deploy our software anymore until it was fixed.  Rebooting the server would definitely work, but the problem would just creep in again, so I had to get to the source of the problem.

The key step was knowing what process was using the folder, as I couldn’t see anything logically or visibly that had it open. I have used Process Explorer in the past for this type of problem (and it’s great), but as far as I know you have to drill in or search by the process/handle, not the file or folder in question. In this case, and many other cases, I still didn’t know what had the folder locked.

A little searching yielded Handle.exe. Handle, like Process Explorer, is also a tool in the impressive Sysinternals suite. It is an extremely lightweight tool for doing exactly what I needed – give it a folder or file, and it lists what processes have it open.

Problem solved.

I have used unlocker programs in the past that will actually unlock the file or folder, but in my experience they didn’t always work and didn’t always tell you what actually was using the item. You really need this information to actually solve the problem as opposed to band-aiding it. Handle is also great because you can just copy the file onto any server or machine you want and run it. No worrying about installing something.

Thanks again, Sysinternals. I welcome this new tool permanently in my development or server maintenance toolkit.

You Might Also Like

Artificial Intelligence (AI)

3 Components of Ethical Artificial Intelligence 

The concept of artificial intelligence (AI) has been around since the middle of the 20th century, but...

Security

3 Tips for Shifting Security Left in the Development Process

In modern software development, cybersecurity cannot be an afterthought. Instead, security should be considered as...

Security

The Top Three Technical Capabilities You Need To Build And Maintain More Secure Systems

More and more organizations are tackling the imperative to improve the security of their systems....