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>
Elementary Linux entry-level practical course

5383 times of learning

Collection
Advanced Linux development video tutorial

11860 times of learning

Collection
Intermediate Linux load balancing video tutorial

12363 times of learning

Collection
Related Tutorials More>
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!