Home >Topic List >Linux restart command type
The Linux system provides a variety of restart commands: 1. Normal restart: reboot, sudo init 6; 2. Forced restart: sudo systemctl reboot --force; 3. Restart at specified run level: shutdown -r n, sudo init n; 4. Planned restart : shutdown -r now, shutdown -r +; 5. System recovery: poweroff, sudo systemctl poweroff.