Change file or directory flags. More information: https://keith.github.io/xcode-man-pages/chflags.1.html.
hidden
flag for a file:chflags {{hidden}} {{path/to/file}}
hidden
flag for a file:chflags {{nohidden}} {{path/to/file}}
uchg
flag for a directory:chflags -R {{uchg}} {{path/to/directory}}
uchg
flag for a directory:chflags -R {{nouchg}} {{path/to/directory}}