shutdown命令 shutdown -h now //當即關機 shutdown -h 2 //分鐘後關機 shutdown -r now //當即重啓 shutdown -r 1 //1分鐘後重啓 sleep 30s //等待30秒來後面也能夠運行程序 halt //關機 reboot //重啓 sync //把內存的數據同步到磁盤,通常定時關機或者重啓都要加這個指令放置信息丟失 init 0 //關機 init 6 //重啓
a.txt
shell
sync sleep 20s reboot
受權文件
code
chmod 777 文件名
內存
運行文件
同步
./文件名
注意這裏/
與文件名
之間不要加空格
it