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.

Recommended Videos

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.
Apple’s M4 iMac brings next-gen power to your desktop
People using the Apple iMac with M4 chip.

Apple has brought its M4 chip to the iMac, making it the first Mac to get Apple’s latest silicon chip. The update also brings new colors and a significant performance improvement for the all-in-one desktop computer, and it comes a year after it received the previous-generation M3 chip. As with the previous M1 and M3 iMacs, the M4 model is compatible with Apple Intelligence.

It comes at the beginning of a week of product releases from Apple, with the company previously teasing that it had much more to reveal in the coming days. The updates could see the entire Mac lineup receive some variant of the M4 chip (including more powerful M4 Pro, M4 Max and M4 Ultra editions) over the coming months.

Read more
Apple’s next-gen M4 Macs look set to embrace serious gaming
The Mac mini on a wooden table.

Apple’s Mac machines and gaming don’t quite fit in the same equation, even though the recent trajectory of its Metal architecture has pulled off a few surprises. But it looks like the upcoming M4-tier machines won’t pull any punches, including the Mac mini.

In the latest edition of his Power On newsletter, Bloomberg’s Mark Gurman writes that for the first time, Apple’s entry-level desktop computer will offer ray tracing support. For the unaware, it’s a lighting system that adds a whole new level of visual realism to games.

Read more
Next week might be the biggest Mac launch since 2020
Logos from the Apple Mac announcement tweet.

Finally, we have confirmation of the long-anticipated fall Mac launch. The rollout, however, may be a bit unconventional for Apple.

At first, we expected a product event, then we speculated about videos and press releases -- and now Apple has revealed an entire "week of announcements" starting on Monday morning. It's expected that the announcements will include the latest M4 refreshes for the Mac lineup, including the MacBook Pro, iMac, and a completely refreshed Mac mini. While many of those will merely be M4 updates, this may end up being the biggest single window of Mac releases since the initial M1 launch in 2020 in terms of sheer quantity.

Read more