Last Tweet

    KuJoe's Tweets

Categories

Latest Article

Latest Comment

Tag Cloud

Powered By...

Removing Thumbs.db files from Linux.

Comments (0)
 
I was trying to backup one of my websites to my netbook today via FTP and found about 20 files that were unable to be backed up... all of the blasted Thumbs.db that Windows creates which are then inadvertently copied to my Linux based servers who don't know what to do with them. So I found this nice little command during my search on how to clear them all out:
Code:
find / -name "Thumbs.db" -delete


Short and simple, just run it as root. ;)

linux, tutorials

Comments

This article hasn't been commented yet.

Write a comment

* = required field

:

:

: