Linux basic commands -reboot

reboot command to restart the Linux operating system is running.

grammar

reboot (option)

 

Options
-d: not to write data to a file recording / re-boot var / tmp / the wtmp. This parameter has "- n-" parameters Effect;
 - F: force reboot without calling shutdown instruction function;
 - I: before rebooting, close all the network interfaces;
 - n-: not checked before reboot if there is not completed program;
 -w: do only testing the system does not actually reboot, reboot only the data written to / var wtmp record files in the / log directory.

 

Examples

reboot         // reboot. 
-w reboot      // to be a reboot of the simulation (only the record does not really reboot).

Guess you like

Origin www.cnblogs.com/lj7xun/p/10983109.html