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
How do I stress test my cpu?
What is the difference between cd and cd in linux?
How to write the output of a command to a file?
What the command used for search file or files for specific text?
What does make clean command do?
How do I run multiple commands in linux?
What is the root directory 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.
Which command is used to delete a group?
Write a command that will look for files with an extension "c", and has the occurrence of the string "apple" in it.
How do you sort cpu in top command?
What are the basic commands for user management?
How do I run a bash script in linux?
What does && mean in bash?
What is 9 in kill?