what is the command to uninstall processes in linux?
Answer Posted / khushiram
first find which package you want unistall
than rpm -e sendmail* (this is the package name)
or
yum e sendmail* (than package name)
| Is This Answer Correct ? | 38 Yes | 18 No |
Post New Answer View All Answers
How do I check my cpu cores?
What Command used to lock user password?
What is #!/ Bin sh?
What is a ulimit in unix?
How do I start ms dos?
What is the example of command sentence?
What is free linux?
What does wc command do in unix?
You want to copy the user’s home directories to a new location. Which of the following commands will accomplish this?
What is ulimit command?
What does make clean command do?
What is df command in unix?
What is kill command?
What file type is a makefile?
How do I run a script in linux?