Files
tldr/pages.zh/linux/shutdown.md

24 lines
400 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 关机
> 关闭并重启系统。
> 更多信息:<https://manned.org/shutdown.8>。
- 立即关机([h]alt
`shutdown -h now`
- 立即重启([r]eboot
`shutdown -r now`
- 5分钟后重启[r]eboot
`shutdown -r +{{5}} &`
- 在下午1:00关机使用24小时制[h]钟):
`shutdown -h 13:00`
- 取消待处理的关机/重启操作([c]ancel
`shutdown -c`