The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM



Thread: remove file
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 09-08-2007
cassj's Avatar
cassj cassj is offline
Supporter
 

Join Date: Jul 2003
Location: Interweb
Posts: 107
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
Reply With Quote