7
7
Once you have opened up Terminal then you should see a window that
8
8
looks something like this:
9
9
10
- ![ ] ( img /shell1.png)
10
+ ![ ] ( images /shell1.png)
11
11
12
12
What you're looking at is the bash shell! Your shell will surely look different
13
13
than mine, but all bash shells have the same essential parts. As you can see in
@@ -17,7 +17,7 @@ there to let you know that the shell is ready for you to type in a command.
17
17
Press ` Enter ` on your keyboard a few times to see what happens with the prompt.
18
18
Your shell should now look like this:
19
19
20
- ![ ] ( img /shell2.png)
20
+ ![ ] ( images /shell2.png)
21
21
22
22
If you don't type anything after the prompt and you press enter then nothing
23
23
happens and you get a new prompt under the old prompt. The white rectangle
@@ -87,17 +87,17 @@ directories and these terms are interchangeable. This directory hierarchy forms
87
87
a tree, like the diagram below. You can use the command line to navigate these
88
88
trees on your computer.
89
89
90
- ![ ] ( img /musictree1.png)
90
+ ![ ] ( images /musictree1.png)
91
91
92
92
As you can see in the image below, my Debussy directory is contained in my Music
93
93
directory. This is the simplest case of how directories are structured.
94
94
95
- ![ ] ( img /musictree2.png)
95
+ ![ ] ( images /musictree2.png)
96
96
97
97
The directory structure on most computers is much more complicated, but the
98
98
structure on your computer probably looks something like this:
99
99
100
- ![ ] ( img /bigtree1.png)
100
+ ![ ] ( images /bigtree1.png)
101
101
102
102
There are a few special directories that you should be aware of on your
103
103
computer. The directory at the top of this tree is called the root directory.
@@ -112,7 +112,7 @@ directories from your root directory to the directory you're currently in. This
112
112
sequence of directories is called a ** path** . The diagram below illustrates the
113
113
path from a hypothetical root directory to the home directory.
114
114
115
- ![ ] ( img /redtree.png)
115
+ ![ ] ( images /redtree.png)
116
116
117
117
This path can be written as ` /Users/sean ` .
118
118
0 commit comments