Multiple choice

Shutdown the system. (Replace -h with -r for reboot.)

  1. shutdown -h now

  2. find /home -mtime -1

  3. df -h

  4. 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).