Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Tracing system calls of sendmail
Name: taufiq Date: November 19, 2005 at 07:09:12 Pacific OS: RedHat 9.0 CPU/Ram: 550 MHz/256 MB
Comment:
Dear All,
I need to trace all the system calls made and signals recieved by the process "sendmail". i use the strace command to do this, but in case of sendmail, the strace command fails. It shows something like, "Operation is not permitted".. how can i trace the sendmail? Please help me.. thanks
Summary: Hi I am new to linux programming. Can anyone tell me if there are system calls that i can call from my C code to do the following : 1. Get information of how much memory my code has used so far. (bas...
Summary: Hi all, I need your help ! I am a newbie of Linux, I use Linux Redhat 9.0, kernel 2.4.20-8. I want to add a new systam call in kernel but i got an error This is what i have done: I add a new entry in ...