.DS_Store 생성 방지 및 자동 삭제
shell 명령 sudo crontab -e
아래 내용 추가
00 13 * * * root find / -name ".DS_Store" -depth -exec rm {} \;
저장하기
wq!
네트워크 드라이브에서 생성 방지
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
아래 내용 추가
00 13 * * * root find / -name ".DS_Store" -depth -exec rm {} \;
저장하기
wq!
네트워크 드라이브에서 생성 방지
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
댓글
댓글 쓰기