1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/ausyscall.md
코드싸이 38f417243c
linux/a*: add and update Korean translation (#14680)
* linux/a*: add and update Korean translation

* Update pages.ko/linux/apt-file.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/linux/ark.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/linux/atool.md

Co-authored-by: Chooooo <contact@choo.ooo>

---------

Co-authored-by: Chooooo <contact@choo.ooo>
2024-11-08 16:21:35 +09:00

16 lines
386 B
Markdown

# ausyscall
> 시스템 호출 이름과 번호를 매핑합니다.
> 더 많은 정보: <https://manned.org/ausyscall>.
- 특정 시스템 호출의 번호 표시:
`ausyscall {{검색_패턴}}`
- 특정 시스템 호출 번호의 이름 표시:
`ausyscall {{시스템_호출_번호}}`
- 특정 아키텍처의 모든 시스템 호출 표시:
`ausyscall {{아키텍처}} --dump`