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:
17
pages.ko/linux/systool.md
Normal file
17
pages.ko/linux/systool.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# systool
|
||||
|
||||
> 버스 및 클래스별 시스템 장치 정보를 확인합니다.
|
||||
> 이 명령어는 `sysfs` 패키지의 일부입니다.
|
||||
> 더 많은 정보: <https://github.com/linux-ras/sysfsutils>.
|
||||
|
||||
- 버스의 장치 속성을 모두 나열 (예: `pci`, `usb`). 모든 버스를 보려면 `ls /sys/bus` 사용:
|
||||
|
||||
`systool -b {{버스}} -v`
|
||||
|
||||
- 장치 클래스의 모든 속성을 나열 (예: `drm`, `block`). 모든 클래스를 보려면 `ls /sys/class` 사용:
|
||||
|
||||
`systool -c {{클래스}} -v`
|
||||
|
||||
- 버스의 장치 드라이버만 표시 (예: `pci`, `usb`):
|
||||
|
||||
`systool -b {{버스}} -D`
|
Reference in New Issue
Block a user