Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Rob Castellucci
10,268 PointsLogging back into TH virtual machine in terminal
I took a break of a day between videos and now when I go back to Terminal in Mac, the prompt is for my local home directory. I can't remember how to re-initiate virtualbox to get to the same screen prompt as the beginning of this video starts in.
2 Answers

Rachel Bird
11,968 PointsYou have to use "cd" and "cd .." to move around your directory to get to the path where you saved the TreeHouse virtual machine. This quick tutorial can help: http://gr8idea.info/os/tutorials/linux/cd.html
Then use this to fire up vagrant:
Launch vagrant and download virtual machine: vagrant up
Log In To VM: vagrant ssh
Shut Down VM: vagrant halt

Rob Castellucci
10,268 PointsThank you!