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

25 lines
554 B
Markdown
Raw Normal View History

# caffeinate
> macOS의 절전 모드를 방지합니다.
> 더 많은 정보: <https://keith.github.io/xcode-man-pages/caffeinate.8.html>.
- 1시간(3600초) 동안 절전 모드 방지:
`caffeinate -u -t {{3600}}`
- 명령이 완료될 때까지 절전 모드 방지:
`caffeinate -s "{{명령}}"`
- 지정된 PID를 가진 프로세스가 완료될 때까지 절전 모드 방지:
`caffeinate -w {{PID}}`
- 절전 모드 방지 (`<Ctrl c>`로 종료):
`caffeinate -i`
- 디스크 절전 모드 방지 (`<Ctrl c>`로 종료):
`caffeinate -m`