Pergunta

What is the difference between using

strace -e open,read,write -p Process_ID  

And

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

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top