Skip to content

Mac – Toggle hidden files view in finder

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

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*