When I launch a new Terminal window, it starts me in ‘Macintosh HD/Users/MyName’. How can I back out of my user directory, back up to the top level?
When I launch a new Terminal window, it starts me in ‘Macintosh HD/Users/MyName’. How
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
cd ..will back the directory up by one. If you want to reach a folder in the parent directory, you can do something likecd ../foldername. You can use the “..” trick as many times as you want to back up through multiple parent directories. For example,cd ../../Applicationswould take you toMacintosh HD/Applications