Linux system call

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2023 Nov 1 7:29
Editor
Edited
Edited
2024 Jun 20 16:51
Refs
Each system call is well-documented in section 2 of the man pages
man syscalls man 2 open
strace
Linux System calls
 
Linux system call notion
 
 
notion image
 
 
 

nearly 300 types

thevivekpandey.github.io
Code hosted at https://github.com/thevivekpandey/syscalls-table-64bit
 
 
 
 

Each system call is well-documented in section 2 of the man pages
man syscalls man 2 open

Backlinks

Linux Kernel

Recommendations