Development Experience

Tuesday, July 29, 2014

Show Hidden Files Mac

Open your Terminal and paste the following commands. 

killall cfprefsd
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder

For not to show hidden files apply the following commands below


killall cfprefsd
defaults write com.apple.finder AppleShowAllFiles FALSE
killall Finder

No comments:

Post a Comment