Problem Statement
Which command moves you one directory up in Linux?
Explanation
The command cd .. navigates to the parent directory of the current one.
Two dots always refer to the directory above the current path.
Code Solution
SolutionRead Only
cd ..
Practice Sets
This question appears in the following practice sets: