| 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,
|
||
Showing messages 1 through 1 of 1.
-
cd/private/etc does not work
2008-05-14 08:52:38 Chris Stone |
[View]



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