Introduction to Syscalls

  The Linux kernel conveniently hides a lot of things from the user, including the standard libraries, and system calls.   Have you ever wondered what happens when the command echo "hello" is entered in a terminal? Let’s try it: The string hello is displayed! 🎉🎉 But wait, how does that happen? In this introduction post, we […]