1.

POSIX shell provides job control facilities like bg or fg.(a) True(b) FalseThe question was posed to me in semester exam.I'm obligated to ask this question of Process Management topic in section The Process of Unix

Answer»

The correct answer is (b) False

For explanation I would say: If we are using the C, KORN or Bash SHELL then we can use their job CONTROL facilities to manipulate jobs LIKE killing a job, pushing to background or foreground, suspending a foreground job. We cannot use these job control COMMANDS in any other shell except the above mentioned.



Discussion

No Comment Found

Related InterviewSolutions