Ask Question

What is the command to disable any Processes in linix?

+1
Answers (1)
  1. 24 February, 14:03
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers