Unix for Mac OS X 10.4 Tiger: Visual QuickPro Guide (2nd Edition)
| The first thing you see in the Terminal window is the shell prompt (as we saw in Figure 2.1). The shell is a program that sits between you, the user , and the operating system. You type commands to the shell, and the shell reads the input, interprets its meaning, and executes the appropriate commands. This is similar to the way the Finder accepts your mouse clicks, interprets their meaning (single click? double click? drag?), and then performs an appropriate action (select item, open item, move item). The shell prompt is a string of text telling you that your shell is waiting for a command line. The Shell window (in the Terminal folder under Preferences) allows you to specify which shell the Terminal application will usebut don't change the default until you have mastered the material at least through the end of Chapter 5, "Using Files and Directories." Throughout this book we assume you are using the default shell ( bash ) unless noted otherwise . Now that you know what the shell is, let's start using it.
|