Here’s how to find out if a file is locked because of another process that still has an open file handle.
On Linux/Unix just use: fuser or lsof
lsof | grep fuser -v
Just Ctrl+F and enter the name or part of it and search
Here’s how to find out if a file is locked because of another process that still has an open file handle.
On Linux/Unix just use: fuser or lsof
lsof | grep fuser -v
Just Ctrl+F and enter the name or part of it and search