(Credit: Stokkete / Shutterstock)
Your computer has backend directories, libraries, and files that help keep the operating system running smoothly. If you delete or move any of these files, something could go seriously wrong, so I don't recommend playing with them unless you know what you're doing.
Windows users can find these files in File Explorer, where it's easy to make changes and mistakes. In order to prevent Mac users from doing the same, Apple hides many of these files by default in macOS. That means you don't have to worry about ruining your computer, but it makes things a bit harder when you do need access.
I found a way to quickly view these hidden files in Finder, through you can also use the Terminal app. Just remember that there are few reasons to mess around with these files—like relocating program directories or troubleshooting drivers—and if you're looking to clear up some hard drive space, there are other ways of accomplishing that.
View Hidden Files in Finder
In Finder, I selected my drive under Locations, then opened the Macintosh HD folder. All I had to do was press Command + Shift + . (period) to make the hidden files appear. The same can be done from inside the Documents, Applications, and Desktop folders.
You'll notice that anything the computer doesn't want you messing with will be grayed out, but you can still take a peek inside. When finished, I advise you to hit Command + Shift + . (period) once more to make the folders invisible again and ensure you don't accidentally change something later.
You can also quickly access the ~/Library folder from Finder's top menu. Click Go to see all the shortcuts for accessing the different folders inside your drive. However, if you hold down the Option key, there will be a new Library option with no shortcut visible. Click Library to view the content of the ~/Library folder.
(Credit: PCMag/Apple)View Hidden Files in Terminal
Another way of performing this task is by using the macOS Terminal app, which gives you text-based access to the computer's operating system. Find Terminal under Launchpad > Other > Terminal, then run the following commands.
Type defaults write com.apple.Finder AppleShowAllFiles true and press Enter. Type killall Finder and press Enter. Once both lines of code run, you should see your hidden files in Finder and any temporary files saved on the desktop.
When you want to hide these files again, replace the value true with false. So that would be defaults write com.apple.Finder AppleShowAllFiles false, then press Enter. Then type killall Finder and press Enter.
This might seem less helpful than going through Finder, but Terminal can also help you hide individual files and folders on your computer. This would be most useful if you have password-protected files or just want to prevent anyone who uses your Mac from messing around with your stuff. To do this, open Terminal and chflags hidden [Press Space], then drag the file you wish to hide into the Terminal window to display its path. Press Enter to hide the file from view.
Of course, anyone can find these files using the methods listed above, so this isn't a real substitution for file encryption or any other legitimate security measures.
(Credit: PCMag/Apple)


