Skip to content

Instantly share code, notes, and snippets.

@lxneng
Created June 8, 2011 04:05
Show Gist options
  • Save lxneng/1013750 to your computer and use it in GitHub Desktop.
Save lxneng/1013750 to your computer and use it in GitHub Desktop.

Hide A File Or Directory On Mac Os X

To hide a file or directory

chflags hidden ~/path

To make a hidden file or directory visible

chflags nohidden ~/path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment