mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-28 10:53:53 +00:00
Update cheatsheets
This commit is contained in:
21
linux/ausyscall
Normal file
21
linux/ausyscall
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user