Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the rocket domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/practical-tips.com/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the soledad domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/practical-tips.com/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the soledad domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/practical-tips.com/wp-includes/functions.php on line 6114
Mac OS X: Show hidden files and folders - Practical Tips

Mac OS X: Show hidden files and folders

by Pramith

Under Mac OS X, you can use a command to display hidden files and folders. All files that begin with a dot in the name are not immediately displayed under Mac OS X. In our guide you will learn how to activate the display for hidden files.

Display hidden files and folders under MacOS with key combination

If you want to show hidden files or folders, you can do this quickly and easily with a key combination.

  • Start the Finder and open a folder
  • On the Mac keyboard, press [cmd] + [Shift] + [.].
  • The previously hidden folders and files are then displayed. They are distinguished from the other files and folders by a slightly transparent display.
  • If you want to hide the hidden files and folders again, press the above key combination once more.

Using the “Terminal” you can see all hidden files and folders with a special command. Start the programme by entering the keyword “Terminal” in the Spotlight search and selecting the first hit.

  • After starting Terminal, enter the following command: defaults write com.apple.finder AppleShowAllFiles true.
  • Restarting the system is not necessary. However, a reset for the Finder is necessary. To do this, enter the command “killall Finder” in the terminal.
  • Now the hidden files and folders appear transparently in your Finder. If you now want to hide all hidden files again, enter this command in the terminal: defaults write com.apple.finder AppleShowAllFiles false.
  • Finally, you have to restart the Finder in the terminal again. This can be done with the command “killall Finder” and confirmation with the Enter key.

Related Articles

Leave a Comment