MX on Linux: Difference between revisions

77 bytes added ,  19:49, 2 September 2020
m
m (→‎How to set up SSH?: add re password)
Line 33: Line 33:
*'''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 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 Pi for a while
*'''sudo poweroff''' = makes pi do a tidy shutdown and turn off its power; used when you will not be using Pi for a while
*'''sudo reboot''' = makes pi close down and then reboot; used when you change settings, and after you install new software, to ensure Pi starts with all applications
*'''sudo reboot''' (or "sudo reboot -verbose" for diagnostic output during shutdown and reboot) = makes pi close down and then reboot; used when you change settings, and after you install new software, to ensure Pi starts with all applications


=== ~ and / ===
=== ~ and / ===
5,838

edits