Linux Commands Reference - Complete Linux Command Guide

Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.

Share
Back to commands

reboot

Reboot the system

Syntax

reboot [OPTION]...

Common Options

-fForce reboot
-wWrite log only
-nDon't sync disks
-dDon't write reboot record

Common Examples

reboot

Normal reboot

reboot -f

Force reboot

sudo reboot

Reboot with root privilege

Related Tools

More Code & Dev Tools