First of all, what file are you deleting? Is it a file that you created or is it a system or application file? If it's a file you created and you know that no other process would be creating this file, cd to the file's directory and try removing the file with:
Code:
sudo rm -f <filename>
Cheers...Cassj