View Single Post
PathFinder@9GS's Avatar
Posts: 164 | Thanked: 79 times | Joined on Jul 2010
#7
Originally Posted by imkihun View Post
well i have located the files i need to delete using your technique you have given me on terminal.
i cant locate the file manual through folder manager so i have to delete them using terminal.
i have tried using rm (Filename) however i get a message "rm (Filename) is a directory"
does this mean i have to do something esle to delete them
thank you

Edit, i tried using rmdir but i get this message "rmdir: (filename): directory not empty"
Yeah well I don't think I remember on top of my head , the option to force it to delete the folder even if there is a file inside.

In the mean while you can always go to the folder inside and do "rm * " that should remove the files ( if there are no folders) and then you can come out and remove the folder.

If i remember that way to force deletion, I will post it here .

Lemme know if it works
 

The Following User Says Thank You to PathFinder@9GS For This Useful Post: