Open terminal and enter
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
defaults read com.apple.desktopservices DSDontWriteNetworkStores
<press enter>
This will inhibit the creation of .DS_Store and .AppeDouble files from being created on network drives
http://www.mac-forums.com/forums/switcher-hangout/275107-appledouble-file-directory.html
find . -name \.DS_Store -exec rm {} \;
find . -name \.AppleDouble -exec rm -rf {} \;
http://icesquare.com/wordpress/how-to-remove-ds_store-and-appledouble/
http://www.linuxquestions.org/questions/linux-software-2/appledouble-cleaning-111387/
'정보기술 > Mac' 카테고리의 다른 글
How to add or delete static routes (0) | 2013.02.13 |
---|---|
OS X 메일 프로그램에 메일 보낸 사람 프로필 사진 띄우기 (0) | 2012.12.06 |
OS X의 "Open With..." List 중 중복되거나 오래된 item의 정리 (0) | 2012.12.03 |
Mac OS X 시스템 아이콘 위치 (0) | 2011.11.10 |
Mac 주소록에서 바로 전화 거는 방법 - Skype & X-Lite 4 이용 (0) | 2011.10.26 |