How Mac shows hidden file commands

Source: Internet
Author: User
Tags versions

How does mac Show hidden file commands? Many users who have just been using Mac computers are asking, how does mac Show hidden file commands? Users who are familiar with Windows systems may only need to make a few hooks on the file Options menu, what about Mac users? Mac users to show hidden files is not so simple, you need to use the way of terminal command to achieve, the following small series to tell you how to let the Finder display hidden files and folders, to see the Mac display hidden file commands.

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

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.