Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

okizen

macrumors member
Original poster
Jan 21, 2012
92
0
How do I 'unhide' folders, specifically the Private folder, permanently in Mac Lion?

Thanx.
 
In Terminal:

sudo chflags nohidden /private/

The folder will likely go back to hidden each time you update Lion, at least that's how it works with the user Library.

To undo, use sudo chflags hidden /private/
 
To show hidden files in Finder, enter the following two commands into a Terminal window (press enter after each line):
defaults write com.apple.Finder AppleShowAllFiles TRUE
killall Finder​
To hide hidden files in Finder, enter the following two commands into a Terminal window (press enter after each line):
defaults write com.apple.Finder AppleShowAllFiles FALSE
killall Finder​
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.