Home > Topic List > Linux restart command type

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.

Related courses More >
ElementaryLinux entry-level practical course

5637 times of learning

Collection
AdvancedLinux development video tutorial

12149 times of learning

Collection
IntermediateLinux load balancing video tutorial

12691 times of learning

Collection
Related Tutorials More >