Home »
MCQs »
Linux MCQs
Which Linux command is used to go back from a folder to the folder before that?
13. Which Linux command is used to go back from a folder to the folder before that?
- cd..
- cd
- cd/
- chdir
Answer: A) cd..
Explanation:
To go back from a folder to the folder before that, we can use the Linux command "cd .." . Here, the two dots (..) represent back.