Prevent .DS_Store on remote filesystems

       58 words, 1 minutes

Just a quick link to an Apple’s article which explains how to disable .DS_Store creation on remote filesystems.

Quoting the online document: “This will affect the user’s interactions with SMB/CIFS, AFP, NFS, and WebDAV servers.

# defaults write com.apple.desktopservices DSDontWriteNetworkStores true

That’s All Folks!