1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 21:42:08 +02:00
tldr/pages.ko/linux/modinfo.md
코드싸이 c369e30f73
linux/man: update Korean translation, linux/m*: add Korean translation (#14709)
* linux/man: update Korean translation

* linux/m*: add Korean translation
2024-11-09 13:27:56 +09:00

12 lines
307 B
Markdown

# modinfo
> 리눅스 커널 모듈에 대한 정보를 추출합니다.
> 더 많은 정보: <https://manned.org/modinfo>.
- 커널 모듈의 모든 속성을 나열:
`modinfo {{커널_모듈}}`
- 지정된 속성만 나열:
`modinfo -F {{author|description|license|parm|filename}} {{커널_모듈}}`