I have recently installed Kali on Windows 10 via WSL. I already was using Kali Linux on Windows 10 on a Virtualbox. I transferred a folder named "Overthewire" into a USB drive from the Virtualbox Kali image. Then, through Windows, I pasted the folder into the Documents directory of the WSL Kali. Now, I am unable to delete the folder by using Windows since it says, "You need permission from the computer's administrator to make changes to this folder." But, I am the admin. I also went into the properties of the folder and went to Security to change the permissions, but it says, "You do not have permission to view or edit this object's permission settings."
After this, I tried to delete the folder using the WSL Kali terminal. I was able to enter into the folder on WSL Kali, but there was no file stored in it, even though it had another folder when it was created in Virtualbox Kali (I used the ls -a command, but it still showed that no files were present in the folder). I used the du command on the drive and it shows me that 512 bytes of data is taken up by whatever's in the folder. I tried using rm -rf and rmdir, but to no avail. I have also tried <sudo chmod -R 777 Overthewire> and then tried sudo rm -rf and sudo rmdir, yet the folder still stays.
What do I do to get rid of it?
Update: The issue has been resolved.
Capture3.jpg Capture2.jpg Capture.jpg