Which statement describes the purpose of this command?

You executed the following command on a Linux machine:
$ strace -o /tmp/ora_ho.out sh ho.sh
Which statement describes the purpose of this command?

You executed the following command on a Linux machine:
$ strace -o /tmp/ora_ho.out sh ho.sh
Which statement describes the purpose of this command?

A.
It collects the operating system metrics when the ho.sh script runs.

B.
It records the system calls, which are called by the processes when the ho.sh script runs.

C.
It records the memory usage and CPU usage information of the processes when the ho.sh script runs.

D.
It gathers information about the Linux parameters and network information in HTML format
when the ho.sh script runs.



Leave a Reply 1

Your email address will not be published. Required fields are marked *


mr_tienvu

mr_tienvu

I agree with the answer. B