1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.zh/osx/caffeinate.md

17 lines
373 B
Markdown
Raw Normal View History

2019-02-26 11:08:32 +08:00
# caffeinate
> 防止 Mac 进入休眠模式。
> 更多信息:<https://keith.github.io/xcode-man-pages/caffeinate.8.html>.
2019-02-26 11:08:32 +08:00
- 防止进入休眠模式 , 1 小时内(3600 秒):
2019-02-26 11:08:32 +08:00
`caffeinate -u -t {{3600}}`
- 在指定命令执行完前,禁止进入休眠:
2019-02-26 11:08:32 +08:00
`caffeinate -s {{命令}}`
- 在你按 `<Ctrl c>` 之前禁止进入休眠模式:
2019-02-26 11:08:32 +08:00
`caffeinate -i`