LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Deleting thumbnails from /root/thumbnails directory (https://www.linuxquestions.org/questions/linux-newbie-8/deleting-thumbnails-from-root-thumbnails-directory-244353/)

moxieman99 10-18-2004 05:38 PM

Deleting thumbnails from /root/thumbnails directory
 
I am running Redhat 9.

I have old thumbnails in my /root/thumbnails/passed subfolder. I have logged in as root and moved them to trash, but they reappear in the subfolder.

I've also cut them and pasted them into trash, to no avail. They show up in trash alright, and even the list of files in the "passed" subfolder seems to go down. I empty trash, reboot, and they reappear.

If its a system quirk, how do I fix it? If it's an application "history" problem, how can I change the history settings? None of the apps seem to have history settings.

Thanks,

Moxieman99

mary 10-18-2004 09:59 PM

(As root of course) Try in a terminal:

Code:

rm -rf /root/thumbnails/passed
But be very very careful with the rm -rf command. Type that in EXACTLY. If you make a typo you can delete everything on your system. (not to scare you, and I apologise if you know that already :))

moxieman99 10-19-2004 03:01 PM

If I knew the dangers and all the commands, I wouldn't be a newbie!

Thanks.

Moxieman99

mary 10-19-2004 03:45 PM

Did it work for you? :)


All times are GMT -5. The time now is 10:05 AM.