Which command allows you to navigate to the parent directory (one level above the current directory)?

Choose the correct answer

Explanation

The command 'cd ..' is used to move up one directory level from the current location. 'cd' alone returns to the home directory, 'cd/' attempts to change to the root directory, and 'chdir' is an alternative command but not commonly used in all shells.

Which command allows you to navigate to the parent d… — Basic of linux unix | PakQuizHub