1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 11:19:46 +01:00
tldr/pages/linux/ausyscall.md

363 B

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