If you want to reboot FreeBSD immediately, you can use the following methods:
FreeBSD
(1) Run "reboot" command directly:
reboot
# reboot
(2) Utilize "shutdown" command:
shutdown
# shutdown -r now
"-r" option stands for reboot.
-r