How to show/hide Hidden Files on macOS Sierra
- Show Hidden Files:
- Open Terminal
- In Terminal, paste the following:
defaults write com.apple.finder AppleShowAllFiles YES
- Press return
- Hold the ‘Option/alt’ key, then right click on the Finder icon in the dock and click Relaunch.
- Hide:
defaults write com.apple.finder AppleShowAllFiles NO
Comments
Post a Comment