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
What are bash scripts used for?
What is the root directory linux?
Which command is used to find what is in your home directory?
Explain getopts command of linux?
What will happen when a system call is encountered in a user program?
How do you create a text file in linux terminal?
What is the pwd command?
How do you copy in linux terminal?
What is $@ in shell?
What command is used to check the number of files, disk space, and each user’s defined quota?
How does case sensitivity affect the way you use commands?
How many commands are there in linux?
What is cd command used for?
How do you do nslookup?
What is tty in linux command?