MCQOPTIONS
Saved Bookmarks
| 1. |
What is the use of strace command? |
| A. | strace can be used to check the system calls called by the program. So, this can be used for debugging and benchmarking purposes |
| B. | strace cannot be used to check the system calls called by the program |
| C. | all of the mentioned |
| D. | none of the mentioned |
| Answer» B. strace cannot be used to check the system calls called by the program | |