On Tue, Aug 3, 2010 at 11:00 AM, Tha.Suresh <[email protected]> wrote:

> Want to find out what functions a program calls?
>
>        $ strace <program>
>
> Ex1:
> Try this with "ls"
>        $ strace  /bin/ls
>
> Ex2:
> Try this with "test.c"
>
>        $ strace  ./test
>

strace gives information about the system calls made by a command!!!!

-- 
l...@iitd - http://tinyurl.com/ycueutm

Reply via email to