mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +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>
624 B
624 B
slurmd
컴퓨트 노드에서 실행 중인 모든 작업을 모니터링하고, 작업을 수락, 실행 및 요청 시 실행 중인 작업을 종료합니다. 더 많은 정보: https://slurm.schedmd.com/slurmd.html.
- 데몬이 재시작될 때 노드가 재부팅되었다고 보고 (테스트 목적으로 사용됨):
slurmd -b
- 지정된 노드명으로 데몬 실행:
slurmd -N {{노드명}}
- 지정된 파일에 로그 메시지 기록:
slurmd -L {{경로/대상/출력_파일}}
- 지정된 파일에서 설정 읽기:
slurmd -f {{경로/대상/파일}}
- 도움말 표시:
slurmd -h