Reboot

If you want to reboot FreeBSD immediately, you can use the following methods:

(1) Run “reboot“ command directly:

  1. # reboot

(2) Utilize “shutdown“ command:

  1. # shutdown -r now

-r“ option stands for reboot.