Date created: Friday, August 27, 2010 5:11:03 PM. Last modified: Sunday, May 17, 2020 10:57:20 AM
.DS_Store Files
Why oh why Steve Jobs do your lovely machines make .DS_Store files by default on network locations? What kind of backwards thinking is that? Exploits of a Mum stylie, teach me a lesson the hard way why don't you!
Lets start by removing all .DS_Store files from the current directory (which maybe for example, the root share of your much loved xServe file server):
find ./ -name ".DS_Store" -exec rm {} \;
Now, to make sure we don't have our clients undo our hard, hard work of running the above command, issue the following command to them:
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
Previous page: --MAC Notes--
Next page: Break Key