1.

The shell waits for the command to complete and normally can’t do any work while the command is executing.(a) True(b) FalseThe question was asked during an internship interview.Origin of the question is Shell Basics topic in section The Shell of Unix

Answer»

Right choice is (a) True

For explanation: After the shell has issued the prompt and the scanning for meta-characters has been performed it passes the command on the command LINE to the kernel for execution. After that, the shell waits for the command to COMPLETE its execution and normally we can’t do any other WORK while the command is executing.



Discussion

No Comment Found

Related InterviewSolutions