How to go to the parent directory?

QuestionsQuestions8 SkillsProBasic Files OperationsOct, 04 2025
0100

To go to the parent directory, you can use the following command:

cd ..

This command changes the current directory to the parent directory of the current working directory.

0 Comments

no data
Be the first to share your comment!