LinuxLinux Signals Signals passed to a running program or process to interact with it. SIGTERM: Linux Signal used to tell the process to shut down, but it can be handled, ignored or obeyed. SIGKILL: Linux Signal for hard kill. Can’t be ignored.