Multiple choice Shutdown the system. (Replace -h with -r for reboot.) shutdown -h now find /home -mtime -1 df -h du -sh ./* Reveal answer Fill a bubble to check yourself A Correct answer Explanation The 'shutdown' command is used to power off or reboot a Linux system. The '-h' flag stands for halt (power off).