Unhide files on Mac

There is no intu­itive direct way to hide/unhide files on Mac (at least with­out using some util­ity). Apart from the files start­ing with ‘.’, there can be other forms of hid­den files with some implicit flag that makes it tough to unhide them by just renam­ing in terminal.

This script makes all the hid­den files vis­i­ble–
defaults write com.apple.Finder AppleShowAllFiles YES

Type this in ter­mi­nal and relaunch Finder. Revert back using ‘NO’ in the command.

To selec­tively hide/unhide files, use this com­mand on ter­mi­nal–
/Developer/Tools/SetFile -a V 'filename'

Share and Enjoy:
  • Digg
  • Facebook
  • Google Bookmarks
  • email
  • Twitter

Related posts:

  1. Steve Jobs knows how to unleash the beast
  2. iSlate: one for all
This entry was posted in technology and tagged apple, mac. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

One Comment

  1. Anonymous
    Posted September 2, 2009 at 1:35 am | Permalink

    its not yes or no com­mand that worked for me it was TRUE and FALSE

Post a Comment

Your email is never published nor shared.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe without commenting