hard-reboot.8 (958B)
1 .TH hard-reboot 8 2 .SH NAME 3 hard-reboot \- reboot your system immedeately 4 .SH SYNOPSIS 5 .B hard-reboot 6 .I RESTART 7 .br 8 .B hard-reboot 9 .I HALT 10 .br 11 .B hard-reboot 12 .I POWER_OFF 13 14 .SH DESCRIPTION 15 .B hard-reboot 16 is used to reboot your system. 17 18 It will not shut down services, unmount filesystems or notify 19 your users, but expects that this has already been done when it 20 is called. 21 22 .SH USAGE 23 24 To prevent accidential use of this application the parameters have to 25 be written in uppercase letters. 26 .TP 10 27 .I RESTART 28 restart (reboot) the system 29 .TP 30 .I HALT 31 halt the kernel 32 .TP 33 .I POWER_OFF 34 power off the system if possible (supported by hardware) 35 36 .SH AUTHOR 37 minit was written by Felix von Leitner and can be downloaded from 38 his page at 39 .I http://www.fefe.de/minit/ 40 41 hard-reboot was contributed by Tommi Virtanen. 42 43 This manpage was written by Erich Schubert <[email protected]> 44 for the Debian GNU/Linux operating system. 45 46 .SH "SEE ALSO" 47 minit(8), msvc(8), pidfilehack(8)