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 clang format?
What does mkdir do in linux?
What is DISM command?
How do I start ms dos?
How many types of dos commands are there?
Why is it called bash?
What is $@ in makefile?
How do you clear the screen in linux?
What is the command to check cpu speed in linux?
What command do you type to find help about the command who?
Enlist some linux to file content commands?
How to recover /etc/passwd file and /etc/shadow file?
What is the symbol of linux?
What is the difference between find and locate command in linux?
Suppose I lost a root password and I need to give it, I treid to change it through single usermode even though I am not get a password, then what is the otherprocedure to give a root password?