Home > Mac > Mac – Toggle hidden files view in finder

Mac – Toggle hidden files view in finder

January 10th, 2009 Leave a comment Go to comments

to show hidden files – in terminal type :

defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder

to hide them again – in terminal type:

defaults write com.apple.finder AppleShowAllFiles FALSE
killall Finder

  1. No comments yet.
  1. No trackbacks yet.