Multiple choice technology What is the commandline shortcut which moves to the user's home directory - * ~ # Reveal answer Fill a bubble to check yourself C Correct answer Explanation The tilde (~) is a shell shortcut that expands to the current user's home directory. It works in commands like 'cd ~' or 'ls ~/Documents'. The other symbols (-, *, #) have different meanings in shell contexts.