Files
tldr/pages/linux/ausyscall.md
Muhammad Falak R Wani f561687a5b ausyscall: add page (#8627)
2022-10-11 13:46:46 +08:00

17 lines
387 B
Markdown

# ausyscall
> Program that allows mapping syscall names and numbers.
> 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`