what is the command to uninstall processes in linux?
Answers were Sorted based on User's Feedback
Answer / ravi babu
yum remove sendmail* -y
y means with yes confirmation
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / raguraman sify tech
Please confirm your question is uninstall processes or packages?
Here everybody mentioned uninstall package. Except
Mr.Rallapalli who updated ans to uninstall process
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / anand jain
To uninstall the RPM in linux
rpm -e <following the package name >
for Ex: (rpm -e yum-3.2.25-1.fc12.noarch)
you can get the full package details with version by this cmd
rpm -qa | grep <name of the package>
Ex: rpm -qa |grep yum
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / murph
service <sevice_name> stop
ie:
service httpd stop
| Is This Answer Correct ? | 1 Yes | 6 No |
If the programmer wishes to execute an instruction at the specified time. Which command is used?
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?
find out what file systems supported by kernel?
What is df command in unix?
What does the command env do?
What is $$ in shell script?
What does chmod 755 do?
How we can set the password length in linux?
What is ulimit in linux?
Why do we use cmake?
Suppose you try to delete a file using the rm command and the deletion fails. What could be the possible reason?
What is cpu in linux?