This document provides a quick reference for Linux system calls. It lists 51 system calls along with their function number, name, description, and source code location in the Linux kernel. System calls provide an interface for programs to request services from the Linux kernel, such as opening files, reading/writing files, creating processes, and more. They are invoked using the syscall() function or libc wrapper functions.