which process execute a program called getty
-
kernel process
-
init process
-
terminal process
-
root process
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.