Jun 232012
Show hidden files in Mac OSX
Answer:
To show all the files in Finder, you can open the terminal and type:
defaults write com.apple.finder AppleShowAllFiles TRUE
Then restart Finder
killall Finder
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
Show hidden files in Mac OSX
Answer:
To show all the files in Finder, you can open the terminal and type:
defaults write com.apple.finder AppleShowAllFiles TRUE
Then restart Finder
killall Finder