Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to show .DS_Store file on Mojave

I have scanned the web for my problem. Unable to find an answer.

It's impossible for me to see .DS_Store files in my Finder. I can see all other hidden files.

I'm on Mojave 10.14.3.

I have tried :

  • Onyx;
  • Terminal command (defaults write com.apple.Finder AppleShowAllFiles true);
  • shift + cmd + .

I want to see .DS_Store files anywhere on my mac with the Finder, on the desktop, etc.

I'm able to see .DS_Store files with Atom and other softwares.

like image 881
La Page PT Avatar asked Mar 01 '19 03:03

La Page PT


People also ask

How do I view .DS files on Mac?

DS_Store files are usually hidden from view, but you can enable the hidden files setting and view the files. To enable hidden files, select Go > Computer and then select Macintosh HD to expand the section.

What is .DS_Store file in Mac?

DS_Store files are automatically created by Mac OS X Finder in browsed directories. These files contain information about system configuration. If you upload them along with other files, the files can be misused to obtain information about your computer. For more information, see Apple security updates.

Can I delete .DS_Store Files on Mac?

DS_Store files (windows sharing might be a solid reason,) it's best to leave them “as is.” There's no performance benefit in deleting . DS_Store files. They are harmless files that don't usually cause any problems.


1 Answers

Sorry, no. The "feature" was added in macOS 10.12 16A238m. Finder will no longer display .DS_Store files even with com.apple.finder AppleShowAllFiles YES set.

If you go to System Preferences and select Keyboard > Shortcuts > Services and enable "New Terminal at Folder" you can open a terminal from the current Finder directory and do a ls -a however to find them.

like image 192
jkwill87 Avatar answered Oct 03 '22 20:10

jkwill87