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

-- 
Regards,
Tha.Suresh

Kanchi Linux User Group Rocks !!!!
http://kanchilug.wordpress.com

My experiences with Linux are here,
http://thasulinux.wordpress.com
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to