Rob Blomquist wrote:
Under RH, to type "service sensord restart" will kill and restart sensord.I can't find an equivalent command. Is there one? Otherwise, how to I kill and restart a service? Can I find a list of running services, the same as "service -s"?
/etc/init.d/service start|stop|restartOr you can install sysvconfig package that contains the "service" script that works much like the one in RH.