Command Line

The command line interface is an alternate method of interacting with macOS and Mac OS X, relying on text based command entry to execute commands and perform tasks. It is accessed on the Mac by using the Terminal application. Generally, the command line is considered advanced, and thus it’s usage tends to be more complex than many standard procedures on a Mac.

Search Command Line

How to Uninstall Oh My Zsh on Mac

Nov 28, 2021 - Leave a Comment
how to uninstall oh my zsh on Mac

If you had previously installed Oh My Zsh on a Mac and now have decided you no longer want it on the computer, you can remove and uninstall Oh My Zsh with a very simple command string.

Where the .zshrc File is Located on Mac

Nov 18, 2021 - 1 Comment
zshrc file on Mac

Wondering where the .zshrc file is located on a Mac? If you’re a Mac command line user who is interested in using and customizing the zsh shell, or using something like Oh My Zsh, you may be curious to know what and where the .zshrc file is located, and how to access it so that … Read More

How to Install Oh My Zsh on Mac

Nov 15, 2021 - Leave a Comment
Install Oh My Zsh on Mac

Want to try out Oh My Zsh in your Terminal? Oh My Zsh is a popular zsh configuration manager, offering tons of themes, functions, helpers, plugins, and other handy features for command line users. It’s used heavily by many who spend a lot of time in the command line, whether for development, administration, or just … Read More

Changing MAC Address in macOS Big Sur & Monterey with spoof-mac

Sep 5, 2021 - 20 Comments
Mac Terminal icon

If you want to change your MAC address in macOS Monterey or Big Sur, you can use the traditional method to spoof a MAC address, or you can use a slightly easier approach by using a command line tool called spoof-mac. We’ll be covering the mac-spoof method here, which relies on HomeBrew.

Fix Git not working after macOS Update (xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)

Jul 19, 2021 - 6 Comments
Mac Terminal icon

Some Mac Terminal users may discover git, pip, HomeBrew, and other command line tools may fail or not work as intended with an error message stating “xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)”. Sometimes these command line tools stop working after a macOS system software update, but they worked previously. Fortunately it’s easy to fix … Read More

How to Reset MacOS Password with Terminal

May 11, 2021 - 10 Comments
How to Reset MacOS Password with Terminal

Can’t log in to your Mac because you forgot or lost your user password? That can be stressful, but don’t freak out quite yet. Whether it’s your primary admin password or password to a standard user account on someone else’s mac, you can reset it in a couple of minutes.

How to Update Homebrew on Mac

Feb 13, 2021 - 1 Comment
Homebrew for Mac

Want to update Homebrew and your packages? Of course you do! Homebrew is a popular package manager for Mac that easily allows users to install and manage command line tools, apps, and utilities, typically familiar with the Linux and Unix world. Because it’s a package manager, you won’t need to manually build anything from source … Read More

Installing HomeBrew on Apple Silicon Macs Natively Supported

Feb 6, 2021 - 1 Comment
Install Homebrew on Mac

If you’re a Homebrew fan and an Apple Silicon Mac user, you’ll be happy to discover the latest versions of Homebrew (3.0.0 and beyond) now natively support Apple Silicon architecture. You’ll still need Rosetta 2 to have some packages and formulae to work, but many are already native supported by the command line package manager.

How to Run Homebrew & x86 Terminal Apps on M1 Macs

Nov 18, 2020 - 5 Comments
Mac Terminal icon

If you’re one of the early adopters who acquired an M1 Apple Silicon Mac and find that Homebrew and many other x86 terminal apps don’t yet have support for the new Arm architecture, you’ll be happy to know there’s a fairly simple workaround. The trick is to run a parallel Terminal application through Rosetta. And … Read More

How to Copy at Command Line Showing Progress & Speed Indicator

Nov 9, 2020 - 7 Comments
Terminal in macOS

Ever wished you could see the transfer progress and speed of copying files at the command line? If you’re familiar with the command line of Mac OS, Linux, or any other Unix operating system, you likely use the ‘cp’ or ditto commands to copy files, directories, and other data. The ditto and cp command is … Read More

How to Convert a MacOS Installer to ISO

Jul 20, 2020 - 25 Comments
macOS installer ISO

Advanced Mac users may wish to convert a MacOS Installer application into an ISO file. Typically the resulting installer ISO files are used for installing macOS into virtual machines like VMWare or VirtualBox, but they can also be used to burn the ISO to media to create a boot disk. This offers an alternative to … Read More

How to List All Cron Jobs on a Mac or Linux PC

Jun 5, 2020 - 7 Comments
Mac Terminal icon

Need to quickly see a list of all cron jobs on a computer? You can easily see all scheduled cron jobs by using the crontab command, and seeing cron data works the same on Mac as well as Linux and most other unix environments too. Perhaps you have a script or task running and you’re … Read More

How to Enable Startup Boot Sound Chime on Newer Macs

Apr 29, 2020 - 16 Comments
How to enable boot chime sound on newer Macs

Want to re-enable the startup boot chime sound effect on a new Mac? You can do that with a command line string entered into the Macs Terminal. As you may know, new Macs default to not making a startup boot chime sound effect, this is in contrast to every prior Mac model which included a … Read More

How to Fix Cron Permission Issues in macOS Big Sur, Catalina, & Mojave

Apr 27, 2020 - 11 Comments
Mac Terminal icon

Some advanced Mac users may have noticed that certain shell scripts with cron, cron jobs, and crontab are either not working at all, or not able to function properly in the newest versions of MacOS, notably Mojave 10.14, Catalina 10.15, macOS Big Sur 11, and later. Depending on the situation, this may be accompanied by … Read More

How to Download Full MacOS Installers from Command Line

Apr 13, 2020 - 62 Comments
How to download full macOS Installer applications from Terminal

Mac users can download full complete MacOS installers directly from the command line. This is an incredibly useful feature particularly if you want to build USB boot drive installers, you manage multiple Macs, or you simply want to have full access to a complete installer application of MacOS for any other purpose. With this particular … Read More

How to Adjust Screen Brightness on Mac from Command Line

Aug 14, 2019 - 2 Comments
Terminal in macOS

Want to change the screen brightness on Mac from the command line? You can use the Terminal to adjust screen brightness to be brighter or dimmer with a few different methods, as we’ll demonstrate here. First we’ll show you a handy way to increase or decrease Mac screen brightness using osascript at the command line, … Read More

How to Fix Unzip Error “End-of-central-directory signature not found”

May 12, 2019 - 5 Comments
Mac Terminal icon

Rarely, you may attempt to unzip a zip archive and come across an error that states “End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this … Read More

How to Log Off Another Users ssh Connection by Command Line in Mac OS or Linux

Apr 3, 2019 - 4 Comments
How to log off an ssh user

Using SSH, or Secure Shell, is a very common way to establish remote connections to Mac and Linux machines from the command line. If you’re a systems administrator, or if you have SSH enabled on a Mac for another reason, you may eventually need to log off another users ssh connection. There are several ways … Read More

Subscribe to OSXDaily

Subscribe to RSS Subscribe to Twitter Feed Follow on Facebook Subscribe to eMail Updates

Tips & Tricks

News

iPhone / iPad

Mac

Troubleshooting

Shop on Amazon to help support this site