Exec System Call

Exec System Call Welcome to the first installment in a blog series that will takes a deep dive into the mechanics of system calls. Today, we’re kicking things off with the exec system calls, a fundamental feature in Unix and Linux operating systems. Glibc version used : 2.37 Bootlin Introduction to the exec library calls Note: Please skip this section if you are already familiar with exec library calls. In Unix and Linux systems, the exec family of library calls plays an essential role in process creation and management....

4 min · Siddharth Muralee