Search

Total Pageviews

Categories

Linux (8) Windows (5) Container (4) Development (4) Database (3) Docker (3) Mac OS (3) QuickStart (3) Ubuntu (3) AWS (1) Fedora (1) FreeBSD (1) Git (1) Java (1) MyBatis (1) Oracle Linux (1) Spring Boot (1) Unix (1) VMware (1) Virtualization (1) kdevtmpfsi (1) kinsing (1)

Featured Post

Your container's CPU usage is more than 100%, "kdevtmpfsi" the cryptomining malware is running | So how to resolve

How to resolve when "kdevtmpfsi" the crypto-mining malware is running and taking all CPU load of your server (container). One d...

Showing posts with label Git. Show all posts
Showing posts with label Git. Show all posts

Wednesday, July 3, 2019

"The action can't be completed because the folder or a file in it is open in another program Close the folder or file and try again." -> You are trying to move or delete a folder in Windows 10 but you get the message.

"The action can't be completed because the folder or a file in it is open in another program  Close the folder or file and try again."

git bash: "Unlink of file 'lib/ojdbc8.jar' failed. Should I try again? (y/n)"




So follow the steps below to resolve the issue:

1. From the Windows Start menu, open "Resource Monitor" program.



2. Choose the "CPU" tab.




3. Enter the file name or folder name to "Search Handles" box.




4. Choose from the result to kill (End Process) the programs which access to the files or folders.



Now you can modify, move or delete the files or folders as normal.

:))