|
cd is to change directory. If you're in the terminal, cd .. twice is probably to get you to the root directory and they want you to browse to /Volumes/Patcher/files.
For example, type "cd .." and press enter. Then do it again. Then type "ls" and press Enter. Is there anything listed? If you see Volumes, you should be able to cd into it "cd Volumes" and the same with every directory after that. Hope this helps.
You might want to mess around with a linux distribution some time and get down the basic commands of browsing, file management, etc.
|