Linux Troubleshooting With strace
strace is a useful little utility – installed by default on most Linux systems – which allows you to find out what a program is doing under the hood by tracing the system calls it's making. strace is a great basic debugging tool; but it's also fascinating to use even when you're not tracing a problem. It can teach you a lot about how a Linux program works.
|
|
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.