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 language is a makefile written in?
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 is the use of cp p command?
In order to improve your system’s security you decide to implement shadow passwords. What command should you use?
What is the difference between locating and locate command?
What is type command in linux?
What is parallel ssh?
What command would you use to create an empty file without opening it to edit it?
What does umask 077 mean?
What is tty name?
What is tail command in linux?
Write a command that will look for files with an extension "c", and has the occurrence of the string "apple" in it.
How lilo is useful in linux?
How can we increase disk read performance in single command?
How do I set permission to run in linux?