Multiple choice technology operating systems What is the output of the following command? $ cd - change to home directory change directory to last directory as saved in the environment variable OLDPWD move to the last directory of that structure None of these Reveal answer Fill a bubble to check yourself B Correct answer Explanation cd - switches the shell back to the directory stored in OLDPWD and prints that path. It does not always go to the home directory; it specifically uses the previously saved location, making the selected option correct.