Pregunta

What is the difference between using

strace -e open,read,write -p Process_ID  

And

strace -e trace=open,read,write -p Process_ID
¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top