Mac OS X Finder hide hidden files by default. To show hidden files in Finder, you need to use two commands (AppleShowAllFiles and killall).
Just follow the steps below and your finder will show hidden files:-
Advertisements
- Start your “Terminal”
- type “defaults write com.apple.finder AppleShowAllFiles TRUE” and enter (without the quote)
- type “killall Finder” and enter (without quote)
- Done. You have just enable your show hidden files in Finder
To disable the show hidden files in Finder, follow the steps below:-
- Start your “Terminal”
- type “defaults write com.apple.finder AppleShowAllFiles FALSE” and enter (without the quote)
- type “killall Finder” and enter (without quote)
- Done. You have just disable your show hidden files in Finder
Related posts:
How to mount samba in Mac OS X / Linux?
Mac RDP to Win 8.1 error - Remote Desktop Connection cannot verify the identity of the computer that...
How to delete all .svn folder in Linux / Mac?
How to change trackpad reverse scrolling in Mac OS X Lion
How to switch window within the same program in Mac OS X
How to verify SHA-1 checksum in Mac OS X?
How to merge pdf file in Mac OS X using Preview
How to search files by content in Mac / Linux
Share this with your friends:-
Thanks for the tip. New to Mac and had a difficult getting it.
Worked perfectly! Thank you! This has been bugging me for ages.
The instructions worked for me. Many thanks.
The response by MacGenie didn’t – opened up a Search window.
Terminal approach is really simple and worked well though so perfecto.
From the Finder press Command-F. Click on the button that says ‘kind.’ Select ‘Other…’ and then select ‘file invisible’. Click the button to the right of the ‘File visibility’ button and select ‘Visible or Invisible.’