GK Question

technology medium true_false

In Linux, the kill command always terminates a process immediately.

  1. True
  2. False

Answer: False

kill sends signals to processes; default is SIGTERM (15) which requests graceful termination, allowing cleanup. SIGKILL (9) forces immediate termination but doesn't allow cleanup. Processes can ignore or handle signals. Understanding process signals is important for system administration questions.

Topic Operating Systems
Exam Relevance SSC JE, Railway JE, Banking IT