How do you navigate to the parent directory of the current directory using the command-line?
Saturday, 05 August 2023
by EITCA Academy
To navigate to the parent directory of the current directory using the command-line in Linux, you can make use of the "cd" command along with the ".." notation. The "cd" command is used to change the current working directory, and the ".." notation represents the parent directory. First, open a terminal or command prompt in

