Hi Sir,
My name is Parashara
I would like to know is there any way that we can find the strace of all
the process running in the system

Using the  strace -p option as shown below we can display the strace for a
given process id

Example

sudo strace -p 1542


Using the  ps command we can display the all the process running in the
system

ps -ef

How to find the strace of all the processes running in the system?

Can you just guide me in right direction?
Thanks
Warm Regards
Parashara
------------------------------------------------------------------------------
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to