System Grab Bag

View all TLDR pages from Linux (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.