reboot subcommand

The reboot subcommand reboots the machine. This subcommand issues a prompt for confirmation that a reboot is desired before beginning the reboot.

Note: This subcommand is only available within the KDB kernel debugger. It is not included in the kdb command.

Format

reboot

Parameters

No parameters.

Other

No aliases.

Examples

The following is an example of how to use the reboot subcommand:

KDB(0)> reboot  //reboot the machine
Do you want to continue system reboot? (y/[n]):> y
Rebooting ...