what is the command to uninstall processes in linux?
Answer Posted / kuppusamy
Through using kill command one can terminate the process
which is running in linux.
One more command also there pkill there.
The main diffference is in kill you have to mention process
ID. In pkill you have to mention the process name.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is difference between egrep and grep?
How do I find old commands in linux?
Which of the following tasks cannot be accomplished with the touch command?
What is apple llvm?
How do makefiles work?
How do I find the umask value in linux?
What does wc command do in unix?
What are different command to check ram, process and hdd of linux machine?
You locate a command in the /bin directory but do not know what it does. What command can you use to determine its purpose
What do you mean by directory?
How do I run multiple commands in linux?
What does chmod 666 do?
What does r mean linux?
What is whois command?
You want to copy the user’s home directories to a new location. Which of the following commands will accomplish this?