You are debugging an application and need to trace the system calls it makes. Which tool in Linux would you employ?
- strace
- ltrace
- gdb
- valgrind
To trace the system calls made by an application on Linux, you would use the strace tool. It provides detailed information about the system calls, signals, and other interactions the application has with the operating system, which is valuable for debugging and analysis.
Loading...
Related Quiz
- What is the primary purpose of a VPN in a Linux environment?
- The tool ________ is used to manage and enforce profiles within AppArmor.
- To change the primary group of a user, the ________ command is utilized.
- What role does the virt-manager tool play in Linux virtualization?
- AppArmor profiles, when enforced, restrict system access based on ________ paths.