Show Hidden Files In Finder

By admin ·
1

Open Terminal

Navigate to Applications > Utilities > Terminal.

2

To show hidden files

Paste the below command into Terminal and press Enter:

defaults write com.apple.finder AppleShowAllFiles TRUE

Then, paste the below command into Terminal and press Enter:

killall Finder
3

To undo this

Paste the below command into Terminal and press Enter:

defaults write com.apple.finder AppleShowAllFiles FALSE

Then, paste the below command into Terminal and press Enter:

killall Finder