My notepad

Chris' IT notes…
← Back

How to change hidden attribute on a file on Mac - command line

To show a hidden file:

sh
chflags nohidden path/to/file

To hide a file:

sh
chflags hidden path/to/file