August 2018
Intermediate to advanced
482 pages
12h 44m
English
When running any command or program on our Linux machine, we might wonder what the background working of it is. For this, we have a very useful tool in Linux called strace.
It's a command-line tool which can be also used as a diagnostic or debugging tool. Strace monitors the interaction between the processes, and the Linux kernel and is helpful when we would like to debug the execution of any program.
Read now
Unlock full access