How to go up one directory level?

QuestionsQuestions8 SkillsProBasic Files OperationsSep, 21 2025
0247

To go up one directory level in the terminal, you can use the following command:

cd ..

The two dots (..) represent the parent directory. After executing this command, you can check your current location with:

pwd

This will show you the path of the directory you are currently in.

0 Comments

no data
Be the first to share your comment!