Tuesday, 20 November 2012

Show/Hide invisible files in Mac OS

In terminal, type the following:

defaults write com.apple.Finder AppleShowAllFiles YES/NO 
And to unhide Files/Folders:

  sudo chflags nohidden ~/Folder

unhide all subFolder and files:

  sudo chflags -R nohidden ~/Folder

No comments:

Post a Comment