LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Syndicated Linux News (https://www.linuxquestions.org/questions/syndicated-linux-news-67/)
-   -   LXer: Linux Troubleshooting With strace (https://www.linuxquestions.org/questions/syndicated-linux-news-67/lxer-linux-troubleshooting-with-strace-845866/)

LXer 11-22-2010 02:20 PM

LXer: Linux Troubleshooting With strace
 
Published at LXer:

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.

Read More...


All times are GMT -5. The time now is 06:40 PM.