關機、重開機 Command line
shutdown [action] [time]
shutdown -r 重開機
shutdown -h 關機
ex.
--- 馬上關機 ---
shutdown -h 0
shutdown -h +0
shutdown -h now
--- 預約關機 ---
shutdown -h 23:59
shutdown -h 1 //此為1分鐘後關機
shutdown -c 取消關機
shutdown -k 模擬關機
關機、重開機 Command line
shutdown [action] [time]
shutdown -r 重開機
shutdown -h 關機
ex.
--- 馬上關機 ---
shutdown -h 0
shutdown -h +0
shutdown -h now
--- 預約關機 ---
shutdown -h 23:59
shutdown -h 1 //此為1分鐘後關機
shutdown -c 取消關機
shutdown -k 模擬關機