SOLVED In need of script to turn off view of normally hidden folders

Joined
Jul 29, 2020
Messages
1
Reaction score
0
Hello,

From an interesting Apple forum discussion of a problem I was having, that I can't find again, I saw and ran a Terminal script which would show all folders of a drive, including normally hidden ones that are grayed out.

Please see attached pic.

I now can't find that specific discussion, and don't know how to turn off seeing the hidden folders.

Does anyone know a script to run to turn off that view? I would very much appreciate knowing.

Regards
Royks
 

Attachments

  • Drive.png
    Drive.png
    53.2 KB · Views: 103

Cory Cooper

Moderator
Joined
May 19, 2004
Messages
11,106
Reaction score
497
Hello and welcome.

These are the common Terminal commands to show/hide the hidden files in OS X/macOS:

Show
Code:
defaults write com.apple.finder AppleShowAllFiles YES

Hide
Code:
defaults write com.apple.finder AppleShowAllFiles NO

As always, it is highly recommended to have a current Time Machine or other backup of your data.

C
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top