shnsplit: fix typo, systemctl: update Korean translation, linux/s*: add Korean translation (#14715)
* 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>
This commit is contained in:
24
pages.ko/linux/scontrol.md
Normal file
24
pages.ko/linux/scontrol.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# 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,...}}`
|
Reference in New Issue
Block a user