Exploring Linux System Calls
Complete exercises at:
In a concise presentation:
- Explain the concept of system calls, system call wrappers, and APIs.
- Use
straceto discover system calls invoked by the sample program. - Discuss the categories of the system calls found by
strace. - Discuss lessons learned, errors made, and challenges encountered.