I'm trying to delete files from our server b/c I'm archiving them to CDs and I keep getting a message saying
“cannot delete file b/c it is in use” even though the file isn't opened and isn't being used by anyone.
Do you know a way to get around this? Is there some key combination to force delete the files?
These aren't files that I've opened recently. In fact it gives me the same message after I shut down and reboot the computer.
I cannot get the files or folders to delete even with no apps. open.
Any other suggestions?
You could try opening the Terminal, and typing "rm
" and if that doesn't work, use sudo with it: "sudo rm ". (sudo performs the action as the root user, so it will ask for your root password).
Oops that didn't work all the way.
I meant either:
rm [pathToFile]
or
sudo rm [pathToFile]