HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

ausyscall — Map syscall names and numbers. More information: <https://manned.org/ausyscall>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
numberscommandandausyscallnamesclisyscallmap
linux

Problem

How to use the ausyscall command: Map syscall names and numbers. More information: <https://manned.org/ausyscall>.

Solution

ausyscall — Map 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

Code Snippets

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

Context

tldr-pages: linux/ausyscall

Revisions (0)

No revisions yet.