The mechanism by which an application calls into kernel functionality.
The interface through which a user-space program uses kernel-space functionality, used for things like file operations or creating a process. The strace command traces which system calls a process makes and in what order, which is useful for investigating unexplained slowdowns or errors.
© 2026 ITBGM