My notepad
Chris' IT notes…
Home
Here are my notes…
☀ / ☾
← Back
How to change hidden attribute on a file on Mac - command line
27 Mar 2014
To show a hidden file:
sh
chflags
nohidden
path/to/file
To hide a file:
sh
chflags
hidden
path/to/file