Multiple choice technology operating systems

which process execute a program called getty

  1. kernel process

  2. init process

  3. terminal process

  4. root process

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

getty (get tty) is a program spawned by init to manage terminal lines and handle user login prompts. It's associated with terminal management, though technically it's launched by init. The other options don't directly execute getty.