🎴 Flashcard Mode

Linux Command Line Fundamentals

Card1 / 48
Mastered0
Review0
QuestionClick to flip

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

AnswerClick to flip back
A
shutdown -h now
💡 Explanation:

The 'shutdown' command is used to power off or reboot a Linux system. The '-h' flag stands for halt (power off).

Change Mode