Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
除了拔掉它之外,我如何关闭或打开 RaspberryPi 3(使用 android 的东西)?感谢您的帮助,我非常感谢任何帮助!
就像任何其他 Unix/Linux 一样:sudo init 0或sudo halt。
这实际上是一个很好的做法,拔掉电源线可能会导致数据丢失或损坏存储卡。
如果您想关机,请使用sudo shutdown –hnow 立即开始系统停止和关机过程。
sudo shutdown –h