Skip to main content

These Terminal commands will take your MacOS skills to the next level

MacOS Terminal Commands
Bill Roberson/Digital Trends
The MacOS Terminal can be pretty intimidating. It’s the kind of tool that can make anyone feel out of their depth. It lurks there in your Utilities folder beside all those other applications you only ever need to launch when there’s something seriously wrong with your Mac.

This application is a powerful tool that allows you to access the deepest recesses of your Mac and fiddle around with things that you may have thought were off limits. It’s frequently used by system admins and software developers, but it’s easy enough for the average person to use as well.

Let’s take a guided tour through the four most useful MacOS terminal commands, and how you can use them to tailor your MacOS High Sierra experience.

How to open the terminal

Image used with permission by copyright holder

This is probably the most important part of this guide since many people don’t know that the Terminal even exists. To open the Terminal, all you need to do is open your Finder, click on Applications there on the left sidebar, and then open the Utilities folder all the way at the bottom. The Terminal icon looks like a little black window, ready to take your commands. The icon is fitting because that’s exactly what the application does.

Terminal is an interface through which you do nothing more than issue text commands to your Mac. Once you issue a command, the Terminal will respond in one of three ways: recognize and accept those commands, not recognize them, or prompt you for further input. It’s that simple.

The commands below will help familiarize you with how the Terminal works, and what you can use it for in your everyday life.

Keep your Mac from sleeping

Full command: caffeinate -u -t 600  Image used with permission by copyright holder

This command accomplishes one very simple problem: keeping your computer awake for a period of time. Just open the Terminal and type in ‘caffeinate’ and your Mac or MacBook won’t go to sleep until you terminate that Terminal window. You can also set a timer, by typing ‘caffeinate -u -t’ then how long, in seconds, you want to prevent your Mac from sleeping.

The completed command would look something like this: ‘caffeine -u -t 120’ — and that’ll keep your Mac from sleeping for just two minutes.

Change screenshot formats

Full command: defaults write com.apple.screencapture type JPG Image used with permission by copyright holder

MacOS makes it really easy to capture screenshots of your whole screen (Command + Shift 3) or just part of your screen (Command + Shift +4). However, it always saves those screenshots to your desktop as PNG files. That’s not always a bad thing, but sometimes you just need a JPG. If you’re not sure why that matters, check out our breakdown of image filetypes for the full explanation.

This Terminal command can solve that problem. It allows you to change the filetype your screenshots will be saved as — in this example, we’ve used JPG which will make all your screenshots save as JPG files. You can change it back at any time by typing the above command but instead of JPG, type PNG.

Show detailed file paths

Full command: defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES Image used with permission by copyright holder

By default, when you open a folder in MacOS, the top of the window will show the name of the folder, but not where it is. For instance, open up your Pictures folder and the top of the finder window will just say Pictures, not ‘users/yourname/pictures.’ It’s not a problem, but it can be irritating, especially when you’re moving folders around or digging through folders trying to find a particular file.

This terminal command shows the full path of a folder in the Finder window of that folder. If nothing else it’s a helpful way to get an idea of how your files are arranged and keep your Mac nice and organized. Undoing this change is just as easy as typing out the above command again, and replacing YES with NO.

Show hidden files

Full command: defaults write com.apple.finder AppleShowAllFiles TRUE Image used with permission by copyright holder

Sometimes you just need to dig into the sensitive guts of MacOS to fix some problem or another, and that will require accessing files that your Mac would prefer you left alone. By default, most sensitive files and folders are hidden from view, including from Spotlight and Siri searches. With the right terminal command, you can peel back the curtain and peer into the darkest reaches of your Mac.

The above command un-hides all of your delicate system files. If you’d prefer those go back to being hidden, just re-enter the above command but swap TRUE with FALSE.

Jayce Wagner
Former Digital Trends Contributor
A staff writer for the Computing section, Jayce covers a little bit of everything -- hardware, gaming, and occasionally VR.
This new app just fixed the MacBook notch, and I love it
NotchNook app for MacBooks.

NotchNook is a new app that takes your useless old MacBook notch and transforms it into an expanding utility tab -- a Dynamic Island, if you will. The notches on iPhone and MacBook screens always have and always will be controversial, but until Apple gives us a better option, we might as well make the most of it.

And that is clearly the aim of this app -- after all, why should the iPhones be the only one with a Dynamic Island? You can even make use of this app if you don't have a notch on your MacBook, in which case you can make the "notch" tab much smaller if you want to.

Read more
The macOS Sequoia public beta just launched. Here’s how to download it
Apple's Craig Federighi introducing the new window tiling feature in macOS Sequoia at the Worldwide Developers Conference (WWDC) 2024.

The public beta for macOS Sequoia is here, and that means anyone with a compatible device can install it and try it out -- no paid developer memberships needed. Here's how to get it.

First of all, you'll need a PC that can run macOS Sequoia. This is the list of compatible models:

Read more
M4 MacBook Pro: here’s everything we know so far
An open MacBook Pro on a table.

With the launch of the M4 iPad Pro, you might be wondering when the M4 chip will come to the MacBook Pro. Is it following hot on the heels of Apple’s flagship iPad, or will we have a significant wait before Apple’s laptop gets an upgrade?

We’ve scoured the rumor mill to find the answer, as well as worked out what sort of performance, features, and designs we can expect. If you’re interested in learning more about the upcoming M4 MacBook Pro, you’re in the right place.
Price and release date

Read more