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 umask in linux?
What is type command in linux?
What is df -i command?
What is command grouping and how does it work?
What does mkdir mean in linux?
Explain difference between swap partition and swap file?
What does p mean linux?
How to give acl permission in numerical mode on linux?
What is iptables command in linux?
What is filter command in unix?
What is pwd in linux command?
What is lsof command in linux?
What is the difference between locating and locate command?
What does wc command do in unix?
Why do we use cmake?