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/slurmctld.md
Normal file
24
pages.ko/linux/slurmctld.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# slurmctld
|
||||
|
||||
> 모든 다른 Slurm 데몬과 리소스를 모니터링하고 작업(잡)을 수락하며, 해당 작업에 리소스를 할당합니다.
|
||||
> 더 많은 정보: <https://slurm.schedmd.com/slurmctld.html>.
|
||||
|
||||
- 마지막 체크포인트에서 이전 `slurmctld` 상태를 모두 지우기:
|
||||
|
||||
`slurmctld -c`
|
||||
|
||||
- 데몬의 우선순위 값을 지정된 값으로 설정 (일반적으로 음수):
|
||||
|
||||
`slurmctld -n {{값}}`
|
||||
|
||||
- 지정된 파일에 로그 메시지 기록:
|
||||
|
||||
`slurmctld -L {{경로/대상/출력_파일}}`
|
||||
|
||||
- 도움말 표시:
|
||||
|
||||
`slurmctld -h`
|
||||
|
||||
- 버전 표시:
|
||||
|
||||
`slurmctld -V`
|
Reference in New Issue
Block a user