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 linux pwd (print working directory) command?
What is command grouping?
What language is clang written in?
What is SFC command?
Write a command that will look for files with an extension "c", and has the occurrence of the string "apple" in it.
What is #!/ Bin sh?
How do you save a file in linux?
How many commands are there in linux?
You suspect that you have two commands with the same name as the command is not producing the expected results. What command can you use to determine thelocation of the command being run?
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.
What is iptables command in linux?
How do I check cores in linux?
The command ‘umask -S’
Does linux cp command overwrite?
What does c mean in linux?