mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 22:02:09 +02:00

* linux/s*: add Korean translation * systemctl: update Korean translation * Update pages.ko/linux/sqfscat.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/linux/shar.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/linux/sqfstar.md Co-authored-by: Chooooo <contact@choo.ooo> * shnsplit: fix typo * semanage: update Korean translation --------- Co-authored-by: Chooooo <contact@choo.ooo>
703 B
703 B
scontrol
작업에 대한 정보를 보고 수정합니다. 더 많은 정보: https://slurm.schedmd.com/scontrol.html.
- 작업에 대한 정보 표시:
scontrol show job {{작업_ID}}
- 쉼표로 구분된 실행 중인 작업 목록 일시 중지:
scontrol suspend {{작업_ID1,작업_ID2,...}}
- 쉼표로 구분된 일시 중지된 작업 목록 재개:
scontrol resume {{작업_ID1,작업_ID2,...}}
- 쉼표로 구분된 대기 중인 작업 목록 보류 (작업 예약을 허용하려면
release
명령 사용):
scontrol hold {{작업_ID1,작업_ID2,...}}
- 쉼표로 구분된 일시 중지된 작업 목록 해제:
scontrol release {{작업_ID1,작업_ID2,...}}