可通过如下代码,主动让系统机器重启。
#include<unistd.h> #include<sys/reboot.h>
//同步数据,将缓存数据保存,以防数据丢失 sync(); reboot(RB_AUTOBOOT);