|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| ARCHIVES - Tips, Tricks & Tweaks Post your tips, tricks and tweaks about SuSE Linux in here. Please do not ask questions here - this is for factual information |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
If you've moved files from windows there's probably a ton of files like Thumbs.db
and Desktop.ini in your folders. Try searching for them. To delete them in 1 sweep use Code:
find / -name "Thumbs.db" -exec rm {} \;
Just replace Thumbs.db with Desktop.ini to remove of that type. A word of warning: MAKE SURE THE FILE NAME IS CORRECT! /Geoff |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|