MX on Linux: Difference between revisions
From Cumulus Wiki
Jump to navigationJump to search
m (→Running Cumulus: split into service and terminal sub-sections) |
m (→sudo) |
||
=== sudo ===
Almost all instructions,
*'''sudo halt''' = stops any cpu functions, but leaves Pi running; used when you have reached the end of commands you want to do for now
*'''sudo poweroff''' = makes pi do a tidy shutdown and turn off its power; used when you will not be using your Pi for a while
*'''sudo reboot''' (or "sudo reboot -verbose" for diagnostic output during shutdown and reboot) = makes
=== ~ and / ===
|