If I just unplug the power from my RaspPi wouldn't that mess things up just a bit?
Cheers
David
If I just unplug the power from my RaspPi wouldn't that mess things up just a bit?
Cheers
David
You should use the "shutdown" command or its GUI equivalent to make sure the file system has stored all pending updates.
I believe the appropriate CLI command is: "shutdown -h now" or "sudo shutdown -h now". Do "man shutdown" for details.