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:
Dependencies failed to build: apr apr-util - Macport apache
How to disable window animations in Mac OS X
How to clear print queue in Mac?
Mac RDP to Win 8.1 error - Remote Desktop Connection cannot verify the identity of the computer that...
Secure file transfer thru scp in Mac and Linux
How to migrate SVN repository?
How to reload .bash_profile in Linux or Mac?
How to change default save location for print screen in Mac OS X
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.’