what is the command to uninstall processes in linux?
Answer Posted / rallapalli
Uninstall processes means to kill the processes. I think u
have confused.
#kill -9 <pid>
pid: process id
#pkill <command name>
| Is This Answer Correct ? | 55 Yes | 9 No |
Post New Answer View All Answers
What is s in permission linux?
What is bash command?
What does touch do in linux?
What does cd do in linux?
What is the use of ls command?
What is DISM command?
What is 9 in kill?
What is tail command in linux?
How can I delete a file in linux?
What is df -i command?
why context switching time should be minimum? How it depends on hardware support?
How do I find the process id in linux?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
How do you clear the screen in linux?
How do I list all processes in linux?