O okizen macrumors member Original poster Jan 21, 2012 92 0 Apr 9, 2012 #1 How do I 'unhide' folders, specifically the Private folder, permanently in Mac Lion? Thanx.
Partron22 macrumors 68030 Apr 13, 2011 2,655 809 Yes Apr 9, 2012 #2 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/
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/
GGJstudios macrumors Westmere May 16, 2008 44,560 957 Apr 9, 2012 #3 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 FinderTo 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
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 FinderTo 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