Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This command reboots the client system.
reboot
Parameters
None.
Remarks
The following code example shows the use of the reboot command:
if boolean `pkginstalled MyPackage` == TRUE
echo "Rebooting!"
reboot
endif
See Also
Send Feedback on this topic to the authors