Mac Show hidden file What's the terminal command

Source: Internet
Author: User

   ac display hidden file Terminal command Detailed tutorial

First step: Open the terminal application.

Step Two: Enter the following command:

Defaults write Com.apple.finder Appleshowallfiles-boolean true; Killall Finder

Step three: Press the "return" key to confirm.

Now you'll see the hidden files and folders in the Finder window.

If you want to hide the original hidden files and folders again, replace the above command with the

Defaults write Com.apple.finder Appleshowallfiles-boolean false; Killall Finder can.

Note: This command applies to OS X Mavericks and OS X Yosemite systems. For MAC users who still use OS X mountain Lion or earlier versions of the system, the commands need to be changed a little bit.

How to display hidden files and folders in OS X Mountain Lion and previous versions of the Finder

First step: Open the terminal application.

Step Two: Enter the following command:

Defaults write Com.apple.finder appleshowallfiles TRUE; Killall Finder

Step three: Press the "return" key.

This way you'll see hidden files and folders in the Finder window.

Similarly, if you want to hide the original hidden files and folders again, replace the commands in the previous steps with

Defaults write Com.apple.finder appleshowallfiles FALSE; Killall Finder can.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.