File Specific Show $ SetFile -a "v" www Hide $ SetFile -a "V" www Finder Defaults SHOW 'dot' files in Finder.app $ defaults write com.apple.Finder AppleShowAllFiles YES $ killall Finder HIDE 'dot' files in Finder.app $ defaults write com.apple.Finder AppleShowAllFiles NO $ killall Finder