Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialNoel Arroyo
1,762 Pointscd trekker is not found on my terminal
I've installed everything and made a trekker file on my desktop, but in my terminal when I type in cd trekker "-bash: cd: trekker: No such file or directory". What does this mean and what am I doing wrong?
1 Answer
Jennifer Nordell
Treehouse TeacherHi there! It means pretty much exactly what it says. It can't find the file/folder inside your current working directory. But since you put this on the desktop make sure that you navigate to your desktop folder inside the terminal first and then give it a shot! Hope this helps!
Noel Arroyo
1,762 PointsNoel Arroyo
1,762 PointsI am so new at this and eager to learn..How can navigate to my desktop folder inside the terminal? Probably super simple, but I've never done this. Thanks!
Jennifer Nordell
Treehouse TeacherJennifer Nordell
Treehouse TeacherIt's impossible to say because I don't know what your current working directory is, and I can't see your file system. However, Treehouse has an excellent course on using the terminal and command line. I might suggest that you pause what you're doing and go look at this course. You'll be a pro in no time!
https://teamtreehouse.com/library/console-foundations
Happy coding!
edited for additional note
I'd suggest at least doing the sections up to and including "Moving Around the Filesystem"