1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/ausyscall.md

17 lines
363 B
Markdown
Raw Normal View History

2022-10-11 11:16:46 +05:30
# ausyscall
> Map syscall names and numbers.
2022-10-11 11:16:46 +05:30
> More information: <https://manned.org/ausyscall>.
- Display syscall number of a specific system call:
`ausyscall {{search_pattern}}`
- Display name of a specific system call number:
`ausyscall {{system_call_number}}`
- Display all system calls for a specific architecture:
`ausyscall {{architecture}} --dump`