Which command allows you to navigate to the parent directory (one level above the current directory)?
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.