Which of the following is not a valid way to send the “force kill” signal to a process?

Which of the following is not a valid way to send the “force kill” signal to a process?Category: Introduction to Linux IAuthor "LinuxQuestions"Which of the following is not a valid way to send the “force kill” signal to a process?
Linux Questions Staff asked 1 year ago

Which of the following is not a valid way to send the “force kill” signal to a process?

  • kill -KILL PID
  • kill -SIGKILL PID
  • kill -9 PID
  • kill -FORCE PID

About the author