cryptsetup-luksformat: fix typo, linux/c*: add and update Korean translation (#14682)

* linux/c*: add and update Korean translation

* cryptsetup-luksformat: fix typo
This commit is contained in:
코드싸이
2024-11-08 15:55:00 +09:00
committed by GitHub
parent 8d1a01fd45
commit 19c6841a9d
78 changed files with 1593 additions and 22 deletions

View File

@@ -0,0 +1,16 @@
# cgclassify
> 실행 중인 작업을 `cgroups`로 이동합니다.
> 더 많은 정보: <https://manned.org/cgclassify>.
- 특정 PID를 가진 프로세스를 CPU 계층의 student 컨트롤 그룹으로 이동:
`cgclassify -g {{cpu:student}} {{1234}}`
- `/etc/cgrules.conf` 설정 파일에 기반하여 특정 PID를 가진 프로세스를 컨트롤 그룹으로 이동:
`cgclassify {{1234}}`
- 특정 PID를 가진 프로세스를 CPU 계층의 student 컨트롤 그룹으로 이동(서비스 `cgred`의 데몬이 해당 PID 및 자식의 `cgroups`를 변경하지 않음, `/etc/cgrules.conf` 기반):
`cgclassify --sticky -g {{cpu:/student}} {{1234}}`