How will you CD to the parent directory of current directory in Linux?

Answer:
Use the following command:

cd ..

The ".." indicates the parent of the current directory
First answer by Enigmamerlin. Last edit by Enigmamerlin. Contributor trust: 107 [recommend contributor recommended]. Question popularity: 1 [recommend question].