Multiple choice technology "cd" -- redirects to the home directory True False Reveal answer Fill a bubble to check yourself A Correct answer Explanation The cd command with no arguments changes the current directory to the user's home directory. This is a standard Unix/Linux shell behavior and is equivalent to cd ~ or cd $HOME.