michael@slashetc:~$

Understanding system calls on Linux with strace

A system call is a programmatic way a program requests a service from the kernel, and strace is a powerful tool that allows you to trace the thin layer between user processes and the Linux kernel.To understand how an operating system works, you first need to understand how system calls work. One of the main functions of an operating system is to provide abstractions to user programs.An operating system can roughly be divided into two modes:read more

Article Source.