ggsonic 发表于 2013-1-28 19:20:41

非root用户脚本重启linux

chmod +s /sbin/halt
chmod +s /sbin/reboot

则非superuser也可执行reboot
python脚本:
import os
os.system('reboot')
页: [1]
查看完整版本: 非root用户脚本重启linux