Kernel

System Call

English

Overview

The mechanism by which an application calls into kernel functionality.

Details

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.

More Linux terms