Which Linux tool can be used to trace system calls and signals?
- strace
- dmesg
- top
- ps
The 'strace' tool is used to trace system calls and signals in Linux. It allows you to monitor the system calls made by a process and view the signals sent to it. This is useful for debugging and understanding how applications interact with the kernel.
Loading...
Related Quiz
- The _________ command is used to display the disk usage of files and directories.
- You've been given a task to find all occurrences of the word "error" in a directory containing numerous log files. Which command would you primarily use for this search?
- What is the primary use of the iptables -L command?
- Which Linux distribution is commercially backed by Canonical?
- The _________ command in Linux can be used to manipulate or display IP routing tables.