Ask Question
19 April, 13:09

What is the command to disable any Processes in linix?

+5
Answers (1)
  1. 19 April, 15:48
    0
    Answer: killall[process_name] or kill[PID]

    Explanation:

    Killall is a tool for disabling running processes on the system. It will disable all programs that matches the name mentioned.

    kill disables processes based on process id numbers. it does not disable the process directly. The process recieves a signal where the process will follow instructions which it has to follow if it receives the signal.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “What is the command to disable any Processes in linix? ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers