Learn the key difference between SIGTERM and SIGKILL in Linux. SIGTERM (signal 15) requests graceful termination and can be caught by the process for cleanup, while SIGKILL (signal 9) is a kernel-level force kill that cannot be caught or ignored. Know when to use each to avoid data corruption.
Practice answering this question with AI feedback: https://interviewmentor.app?utm_sourc...