On your Mac, minimize or close other applications (except this one of course), so that your Desktop is cleared.
Now, using Finder, open the Applications link in the left pane.
• Scroll down until you find the Utilities link and click the arrow to open it.This will open a new window with a white or black background and some text at the left margin.
If all went well you should see something like this on a blank screen:
2024-09-07 12:53:04 [~] trudge:
CONGRATULATIONS!
In your Dock, you should also see a new icon like this:
That's the Terminal icon, which like other icons in the Dock, you can either have visible all the time, or disapppear when you close Terminal. Right-click it to see the 'Options'.
At this point it might be useful to organize the 2 windows (Terminal and this one) so you can read this one but still read and have access to the Terminal window. You ARE going to be using it.
In the Terminal window, the text you see is called a prompt - it is prompting you to enter a command.
I've modified my prompt to show some useful information - the date, what directory I'm in, and who I'm logged in as. Your background may be a different color. These are all things you can modify, and we will cover that.
Right now the system is waiting for you to type in a command. Since you probably don't know any commands yet, best to just leave things as they are.
Practice opening and closing Terminal.
As you read more about using Terminal, you will see references to press certain key combinations. They are usually placed on both sides of the space bar. Here are a few commonly-used ones:
• Cmd - ⌘ the 'Command' key. Usually both sides of the space barSeeing key names separated by a hyphen means to press all keys together, in any order:
Ctrl-Shift-t - press all 3 keys together. (This should NOT do anything)
Next we will cover some basic configuration steps.
Terminal Configuration