LPIC-1 / システムアーキテクチャ
- reboot.target✓ 正解
- poweroff.target
- rescue.target
- multi-user.target
💡 ランレベル6(再起動)は reboot.target に対応します。0は poweroff.target、1は rescue.target、3は multi-user.target、5は graphical.target です。
○ reboot.target:正解。reboot.target がランレベル6(再起動)に対応します。
✕ poweroff.target:poweroff.target はランレベル0(システム停止)に相当し、再起動ではありません。
✕ rescue.target:rescue.target はランレベル1(シングルユーザ)に相当し、再起動ではありません。
✕ multi-user.target:multi-user.target はランレベル3(CUIマルチユーザ)に相当し、再起動ではありません。