Article:
 |
|
Learning the Terminal in Jaguar, Part 1
|
| Subject: |
|
cd/private/etc does not work |
| Date: |
|
2008-05-14 08:09:00 |
| From: |
|
beata2
|
|
|
|
Hello,
I am new to the terminal utility and have gotten stuck at the beginning of your article. here's what I see after typing in cd/ private/etc:
Kathy-Kelers-Computer:~ kathykeler$ pwd
/Users/kathykeler
Kathy-Kelers-Computer:~ kathykeler$ cd/ private/etc
-bash: cd/: No such file or directory
Kathy-Kelers-Computer:~ kathykeler$
|
Showing messages 1 through 1 of 1.
You want to enter the command (cd), a space, and then the path, thus:
cd /private/etc
and not
cd/ private/etc.
If you aren't using Jaguar, however, then you really should be looking at this series of articles instead:
http://www.macdevcenter.com/pub/a/mac/2005/05/20/terminal1.html?page=1
Hope that helps,
--Chris