Set the `hidden` flag for a file
chflags hidden path/to/fileUnset the `hidden` flag for a file
chflags nohidden path/to/fileRecursively set the `uchg` flag for a directory
chflags -R uchg path/to/directoryRecursively unset the `uchg` flag for a directory
chflags -R nouchg path/to/directory