Multiple choice technology operating systems What command do you have to use to go to the parent directory? cd .. cd /up cd - cd ~ Reveal answer Fill a bubble to check yourself A Correct answer Explanation In Unix and Linux systems, 'cd ..' is the standard command to change the current working directory to the parent directory. 'cd ~' goes to the home directory, and 'cd -' returns to the previous directory.