String of thoughts on science, technology and programming
#: reboot -p
Try poweroff instead of reboot.
shut down pc by direct?
Poweroff is not graceful and acpi call seems not to work
You can also open terminal app and typereboot -p
Alternatively, you can open terminal app and typereboot -p
Post a Comment
Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...
5 comments:
Try poweroff instead of reboot.
shut down pc by direct?
Poweroff is not graceful
and acpi call seems not to work
You can also open terminal app and type
reboot -p
Alternatively, you can open terminal app and type
reboot -p
Post a Comment