1.

To find out how efficiently a program a used the system resources, which command is used?(a) sys(b) time(c) crontab(d) daemonThe question was asked in an international level competition.My query is from Process Management in section The Process of Unix

Answer»

The correct answer is (B) time

For explanation: When there are multiple versions of a program and we want to FIND out how efficiently they’ve used the SYSTEM resources we can USE the time command. The time command accepts the entire command line to be timed as its argument. It executes the command and also displays the time usage on the terminal. For example,



Discussion

No Comment Found

Related InterviewSolutions