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.

Editors' Recommendations

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.
Best refurbished MacBook deals: Get a MacBook Air for $140 and more
A stack of MacBooks is pictured from the top down.

If you’re in the market for one of the best laptops it’s worth turning your attention toward Apple’s MacBook lineup, and if you’re looking for some savings it can be helpful to shop MacBook deals. Due to the popularity of Apple’s MacBooks they don’t often see significant discounts, but a good way to land some impressive MacBook deals is by shopping refurbished. Most refurbished MacBooks are backed by warranties and decent return windows, allowing you to shop refurbished MacBooks with the confidence you might have when shopping for a brand new one. We’ve tracked down what we feel are the best refurbished MacBook deals currently taking place, so feel free to start shopping for a refurbished MacBook with some savings.
MacBook Air 11.6-inch (2015) -- from $140

Once the latest MacBook Air but now eight years old and still competent, the MacBook Air 11.6-inch (2015) is a great starting point for anyone new to macOS or who just needs something financially on par with a Chromebook. It's a refurbished model but it comes with a one-year warranty so there's peace of mind here. It won't run the latest macOS unfortunately, but its Intel Core i5 processor, 4GB of memory and 128GB of SSD storage helps you perform the basics. It still has all the style of a MacBook so we're thinking this could be a good entry point as your child's first MacBook or if you want a project.

Read more
How to change the default apps on a Mac
Change your Mac’s default apps in three easy steps
MacOS Catalina Hands-on | Macbook Pro

Apple products come loaded with software designed to work seamlessly with the macOS operating system. For example, Safari is the default software used to load websites, Preview is used to view pictures, and Pages will open documents. But if you're not a fan of the built-in software, Apple doesn't lock you into using it. However, you'll need to know exactly where to look if you want to change the default apps on a Mac.

Thankfully, the process is largely the same whether you're running macOS Sonoma 14, Ventura 13, or other macOS versions. It's also easy to reverse the process and go back to using default apps.

Read more
10 Mac trackpad gestures that everyone should be using
A person holds a MacBook Air at Apple's Worldwide Developer's Conference (WWDC) in 2023.

One of the best parts of macOS is learning and executing all of Apple’s many internal shortcuts. These are hidden commands built into the company’s hardware that are total godsends when it comes to things like click consolidation (one command instead of three clicks) and workflow optimization. Some of these commands you may already know, but we’re willing to bet there’s at least one or two we can introduce to you!

That’s our goal at any rate, and we’ve gone ahead and created this roundup of several trackpad gestures you can use in macOS for all our readers. Even if you don’t use shortcuts all the time, one of these quick executables could come in handy down the line. 
Zoom in or out

Read more