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
Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top