Cleaning .thumbnails directory

Last update on October 17, 2009 03:36 PM by jak58
Published by netty5

Cleaning .thumbnails directory







Most desktop applications used under linux are able to display thumbnails of images stored on your PC.

To quicken the display of these images, Linux tend to store them. The problem with these thumbnails is that after sometimes, it occupies a large space causing memory constraint.

Below is a simple method of how to automatically clean up accumulated thumbnails.


Create file /etc/crond.daily/clean_thumbnails: sudo gedit /etc/cron.daily/clean_thumbnails

Paste in :

#!/bin/sh
nice find /home/yourlogin/.thumbnails -name "*.png" -mtime +15 | xargs rm -f 


(Do not forget to replace yourlogin by your login.)

Change status to executable file: chmod +x /etc/cron.daily/clean_thumbnails

Now all thumbnails having a lifetime of more than 15 days will automatically be clean up.
Best answers for « Cleaning .thumbnails directory » in :
[Windows XP] Activating thumbnail view option Show [Windows XP] Activating thumbnail view option Solution 1: Solution 2: Solution 3: Solution 1: Right-click the folder that contains images In the menu, choose "Properties" In the window that opens, click on the "Customize"...
Clearing the thumbnail cache on linux Show Clearing the thumbnail cache on linux How to do? Note Linux systems also display thumbnails. It always saves these mini images to make it display more quickly. So it always saves too much thumbnails which takes a lot of spaces. So this...
Download Clean the Windows Show PC became an inevitable environment in daily life for the children of low age. Everything is good to initiate to them in the use of a computer. Clean The Windows is an ideal interactive program for very small, as well as big. Program allows to...
Clean and use an inkjet printer ShowClean and use an inkjet printer Solution 1 Solution 2 Inkjet printers have the major disadvantage of having often having clogged print head cartridges that can be very annoying in the long run. Though advanced inkjets might possess...
Windows installer CleanUp ShowWindows installer CleanUp Issue Solution Issue Windows installer CleanUp Microsoft Windows Installer is a tool that manages application with the MSI extension. If an application with extension .MSI is corrupted or damaged,...
[MS-Dos]List the contents of a directory in a file Show[MS-Dos]List the contents of a directory in a file Intro Explanation Intro It may be convenient to make the listing of one or more directories in a file, to make a catalog of files. Under MS-DOS (or Windows by opening a...
Download CleanUp ShowCleanUp! deletes traces of you Internet activity that get stored on your hard disk. These things include: Browser cache Browser History Cookies Bookmarks and Favorites. Deletion of these is optional and...
Download Clean Virus MSN ShowViruses meet hereafter a bit on the net by all thinkable means everywhere. After mails , supporting they attack instantaneous freight forwarding. Clean Virus MSN is a tool which discerns automatically the viruses which circulate on MSN Messenger....
UNIX Commands ShowTable of the main UNIX commands Unix Commands Description Options ls lists the content of a directory -a Displays all files, including hidden files -I Displays a...
Directory ShowWhat is a directory? A directory (also known as a folder) is an IT element that can contain files. Imagine a large dresser containing drawers in which files or other drawers are stored. A directory can in fact contain: files other...