Files
tldr/pages.zh/osx/caffeinate.md

24 lines
495 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.

# caffeinate
> 防止 macOS 进入睡眠状态。
> 更多信息:<https://keith.github.io/xcode-man-pages/caffeinate.8.html>。
- 防止睡眠 1 小时3600 秒):
`caffeinate -u -t {{3600}}`
- 防止睡眠直到命令完成:
`caffeinate -s "{{command}}"`
- 防止睡眠直到指定 PID 的进程完成:
`caffeinate -w {{pid}}`
- 防止睡眠(使用 `Ctrl + C` 退出):
`caffeinate -i`
- 防止磁盘进入睡眠状态(使用 `Ctrl + C` 退出):
`caffeinate -m`