12 lines
286 B
Text
12 lines
286 B
Text
|
|
shutdown [params]
|
|
|
|
Executes shutdown procedure.
|
|
|
|
Parameters:
|
|
-r/--reboot: Restart instead of shutting down
|
|
-i/--immediate: No software callbacks, halt NOW
|
|
-d/--delete-temp: Remove temporary files
|
|
|
|
By default, keeps temporary files and executes
|
|
shutdown with software callbacks.
|