There is only one truth. It is the source.

Show Hidden Files in MacOS

August 6, 2019

Tags: mac os x

There is a keyboard shortcut in Finder to make hidden files visible: Command + Shift + Period

You can also use the defaults command:

defaults write com.apple.finder AppleShowAllFiles TRUE;killall Finder