Change file or directory flags. More information: https://ss64.com/osx/chflags.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}}