answersLogoWhite

0


Best Answer

after you have identified the service run the command

# service (service name) stop

#service (service name) start

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you start or stop a service in redhat Linux?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What command line to heart beat stop and start in Linux system?

To stop heartbeat in Linux the command line will be service Heartbeat stop To start heartbeat in Linux the command line will be service Heartbeat start


What tasks can you accomplish using the services administrative tool?

a. Stop a service b. Configure a service to start automatically d. Schedule the time when a service will start


When will start service of PayPal in Bangladesh?

When you stop living in a third world country like bangladesh.


What is the Name of the program used to start or stop a service running in the background?

run "bg" command


What causes my 88 ranger 2.9 auto transmission to stop pulling start again stop again?

Need to service transmission filter.


How do you create batch file which start the oracle services?

Use the following batch file REM This batch file is used to start/stop the oracle instance REM Simply invoke oracle.bat start/stop cls @ECHO off REM ****************************************************************** REM ** Batch file used to stop/start oracle services REM ****************************************************************** if(%1)==(start) GOTO START if(%1)==(stop) GOTO STOP echo Invalid use. Usage is oracle.bat stop/start GOTO END :START REM ** START the oracle services echo Starting Oracle Services REM change the instance/listener names to match what is in your services list NET START "OracleOraDb11g_home1TNSListener" NET START "OracleServiceINNOVATEST" NET START "Oracle INNOVATEST VSS Writer Service" NET START "OracleDBConsoleInnovaTest" NET START "OracleJobSchedulerINNOVATEST" echo Oracle Services Started GOTO END :STOP echo Stopping Oracle Services REM change the instance/listener names to match what is in your services list NET STOP "Oracle INNOVATEST VSS Writer Service" NET STOP "OracleDBConsoleInnovaTest" NET STOP "OracleJobSchedulerINNOVATEST" NET STOP "OracleOraDb11g_home1TNSListener" NET STOP "OracleServiceINNOVATEST" echo Oracle Services Stopped GOTO END :END maovandara


How do you fix a printer that is stuck in queue?

Try to flush the print spooler: Control panel > Administrative tools > Services Select "Print Spooler" and choose to "Stop" the service, after that "Start" the service


Why did Google stop using Picasa for Linux?

Google has stated that it has become too difficult to maintain parity on the Linux version. It will still work but Google will no longer be offering updates for it.


How do you get rid of the interactive service pop up movie runtime error interactive service interactive?

It's not a virus, it's a service started by Vista. Disable it by going to Start | Run and type in services to open up the Windows Services console. Double click on Interactive Service to view its properties. Under Startup type, either select it to Manual to start when you need it or Disabled to never use it, personally, I would choose the latter. Click on the Stop button to stop the service.


How do you get information on a service running on your computer?

In Vista or Windows 7:Click the Start button,In the Search bar type TaskmgrThe third tab will tell you which services are currently running.If you need to change the way a service starts (Automatic or Manual) or stop a service, click the Start menu, and type ServicesHere will list the services available at startup to which you can modify. (it's advisable to be careful here as you don't want to stop a service which can prevent a program from running)


How can you stop a user from logging on in Linux?

Just change their password to something unguessable with the passwd command.


What is chkconfig?

Chkconfig is a utility tool that is used in Linux operating systems to start or stop a program from automatically running when the system starts. You can also use the command to view or set up new services on your operating system.