Show Hidden Library and User Library Files and Folder in OSX Mavericks 10

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Show Hidden Library and

User Library files and folder


in OSX Mavericks 10.9
November 3, 2013 7 Comments

From OSX 10.9 Mavericks, 10.8 Mountain Lion and 10.7


Lion, the /Library and ~/Library are hidden from the Finder
– to show these directories in the GUI, launch Terminal
from Applications/Utilities and run the command below
with sudo and enter your admin password when requested:

1
2 sudo chflags nohidden /Library/ ~/Library/
3
to hide again:

1
2 sudo chflags hidden /Library/ ~/Library/
3

sqlite3 ~/Library/Application\ Support/Dock/*.db "DELETE from apps


WHERE title='APPNAME';" && killall Dock
To show all hidden files and folders, that start with a ‘.’ ,
back to Terminal in OSX 10.9 Mavericks:

defaults write com.apple.finder AppleShowAllFiles -


boolean true ; killall Finder
1
2 defaults write com.apple.finder AppleShowAllFiles -boolean true
3
Getting back to cleanliness:

defaults write com.apple.finder AppleShowAllFiles -


boolean false ; killall Finder
1
2 defaults write com.apple.finder AppleShowAllFiles -boolean fals
3

How to download from youtube.com : add ss in front of the youtube address.

You might also like