LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to invokespecific syscalls (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-invokespecific-syscalls-4175568845/)

solka 01-30-2016 09:23 PM

How to invokespecific syscalls
 
Hi!

I have a long list of syscalls and I have to find commands (like ls, mkdir etc) that are invoking this commands.
I was trying with audit framework but I can see that it skips logging some of commands that I am invoking (like mkdir, cat...). I am very recent linux user so I hope you give me some advice how to face this problem.
For easy syscalls I can figure it out (SYS_mkdir is invoked by mkdir), but for example SYS_mkdirat?
Thanks for any tip!

Celyr 01-31-2016 01:46 PM

strace command

rknichols 01-31-2016 02:02 PM

Is "man 2 syscall" any help?


All times are GMT -5. The time now is 11:20 AM.