Navigating Nelle Home #110
Answered
by
robertaboukhalil
GitTodojetaime
asked this question in
Q&A
-
Starting from /Users/nelle/data, which of the following commands could Nelle use to navigate to her home directory, which is /Users/nelle? I chose.. Moving up the directory ..cd I am being told these are incorrect. Please let me know if I'm overlooking something! |
Beta Was this translation helpful? Give feedback.
Answered by
robertaboukhalil
Oct 9, 2024
Replies: 1 comment 1 reply
-
If you're at folder |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
robertaboukhalil
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you're at folder
/Users/nelle/data
, getting to/Users/nelle
would work if you didcd ..
,cd ~
,cd ~/data/..
or even justcd