# Chflags Is a macOS utility for changing file flags (visible/invisible, etc.). To view set flags use `ls -alO` To set a flag (e.g. `hidden`): `chflags hidden ./FileOrDirectory Path` Flags of note: - `hidden` will hide files/folders