/ Published in: Bash
DS_Store files are automatically created by Mac OSX Finder in browsed directories. These files contain information about system configuration. If you upload them along with other files, the files can be misused to obtain information about your computer.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
sudo find / -name ".DS_Store" -depth -exec rm {} \;
URL: http://helpx.adobe.com/dreamweaver/kb/remove-ds-store-files-mac.html