Question

What is the difference between using

strace -e open,read,write -p Process_ID  

And

strace -e trace=open,read,write -p Process_ID
Was it helpful?

Solution

There's no difference between them. trace is the default qualifier.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top