Back to Falco

Syscalls

content/en/docs/reference/glossary/syscalls.md

latest408 B
Original Source

Syscalls stands for system calls, a way to request a service from the running {{< glossary_tooltip text="kernel" term_id="kernel" >}}.

<!--more-->

Syscalls are used by the applications to make requests from user space to the Linux {{< glossary_tooltip text="kernel" term_id="kernel" >}} to access the resources (CPU, memory, disk, network, etc.).

Ref: https://man7.org/linux/man-pages/man2/syscalls.2.html