mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
455 B
Plaintext
22 lines
455 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|