halt.8.txt (1104B)
1 @man halt 8 "MAY 2023" "%VERSION%" "fiss man page" 2 @header halt(8) %VERSION% 3 4 @title name Name 5 6 *halt*, *reboot*, *poweroff* - stop the system 7 8 9 @title synopsis Synopsis 10 @list 11 *poweroff* [*-n*] [*-f*] [*-d*] [*-w*] [*-b*] 12 13 *reboot* [*-n*] [*-f*] [*-d*] [*-w*] [*-b*] 14 15 *halt* [*-n*] [*-f*] [*-d*] [*-w*] [*-b*] 16 @endlist 17 18 @title description Description 19 20 *poweroff* / *reboot* / *halt* tells *init* to stop running services and stop the system. Invoked without *-f*, it is a shortcut for *init <0|6>* 21 22 23 @title options Options 24 @list 25 *-n* 26 Don't sync devices, this doensn't imply that the kernel is not synced already 27 28 *-f* 29 Forces halt / reboot without notifying *init*. Forcing the system to halt should be the last hope and can be dangerous, you should not try it 30 31 *-d* 32 Don't write the _wtmp_ record 33 34 *-w* 35 Only write the wtmp record, no further action 36 @endlist 37 38 @title see See ALSO 39 40 finit(1), fsvc(8), fsvs(8), halt(8), modules-load(8), shutdown(8), 41 42 43 @title author Author 44 45 Based on the version of Leah Neukirchen <[email protected]>, rewritten by Friedel Schön <[email protected]>