📜  关闭 linux pc - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:56.329000             🧑  作者: Mango

代码示例1
# schedule shutdown 1 minute from now
shutdown

# schedule shutdown 15 minutes from now
shutdown +15

# schedule shutdown at 23:00
shutdown 23:00

# shutdown immediately
shutdown now

# cancel shutdown
shutdown -c