Junior — Middle
What is the purpose of the SIGTERM signal in operating systems?
sobes.tech AI
Answer from AI
The SIGTERM signal in operating systems is used for the graceful termination of a process. It is a standard signal sent to a process to allow it to clean up resources, save its state, and exit without errors. Unlike SIGKILL, which immediately kills the process, SIGTERM can be caught and handled, enabling the application to shut down properly.