Page 1 of 1

Hidden folders

Posted: Sun Feb 17, 2013 10:16 am
by culman
I have a MAC. And installing the beta firmware it says in the instruction that I shall put the softwere into the .Pacemaker folder. If I canĀ“t see it I have to enable hidden folders. BUT, where can I do that? A simple question but essential for the process! Tell me howe to do!

Re: Hidden folders

Posted: Sun Feb 17, 2013 10:58 pm
by Sox
Sorry I dont have a mac and have never used one so I cant say. Try searching on google

Re: Hidden folders

Posted: Sun Feb 24, 2013 2:23 am
by ubergeek
Culman, In a terminal window (In the Finder menu, Go -> Utilities -> Terminal) type

Code: Select all

defaults write com.apple.finder AppleShowAllFiles TRUE
or

Code: Select all

defaults write com.apple.finder AppleShowAllFiles -bool true
to pick up the changes you'll need to logout/login again, or type

Code: Select all

killall Finder
in the terminal window.