2017年12月17日 星期日

Linux、Windows 設定自動關機時間

[Linux]
設定 100 分鐘後自動關機
shutdown -h +100

當天20:15關機
shutdown -h 20:15

清除自動關機設定
shutdown -c

查看自動關機設定
=>Active: active (running) 表示有正在倒數計時的關機設定
=>Active: inactive (dead) 表示無執行中的設定
systemctl status systemd-shutdownd

不真的關機,僅發出關機通知訊息
shutdown -k 23:55


參考:
systemd: How to check scheduled time of a delayed shutdown? - Unix & Linux Stack Exchange 
shutdown - What commands show pending/scheduled tasks in Terminal? - Ask Ubuntu



[Windows]
設定300秒後關機
shutdown -s -t 300

清出自動關機設定
shutdown -a


參考:
Windows 7 使用指令讓它預約關機! @ 回憶......! :: 痞客邦 PIXNET ::


沒有留言:

張貼留言