Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Terminal basics' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Terminal basics
Authored by: englabenny on Apr 11, '03 07:45:27PM
[This hint does not apply to terminal operations] when you type [64:~] root# /volumes, you are actually trying to execute the path, in this case a nonexsitant such. Try % cd /Volumes instead. As for typing spaces, you can escape them by putting a \ before them, or enclose the whole of the path in qoutation marks. Use: % cd /Volumes/Macintosh\ HD or % cd "/Volumes/Macintosh HD"

[ Reply to This | # ]