1.

Which process is immediately set up by the kernel when we log on to a UNIX system?(a) shell(b) parent(c) shell(d) bashI got this question in an interview for job.I'm obligated to ask this question of Process Basics in section The Process of Unix

Answer»

The CORRECT choice is (a) shell

The BEST explanation: As we log on to a UNIX system, a process is immediately set up by the kernel. This process REPRESENTS a UNIX command which may sh (Bourne shell), ksh (Korn shell), CSH (C shell) or bash (Bash). This process remains alive until we log out when it is killed by the kernel.



Discussion

No Comment Found

Related InterviewSolutions