Multiple choice technology operating systems

Job Control is one of the feature of the UNIX ?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Job Control is a fundamental UNIX feature that allows users to manage processes - suspend, resume, background, and foreground jobs. This includes commands like Ctrl+Z (suspend), bg (background), fg (foreground), and jobs (list jobs). It has been part of UNIX since the early versions and is a core shell capability.