[root@localhost ~]#/etc/init.d独立服务名 start| stop|status|restart|...
参数:[root@localhost ~]# /etc/init.d/httpd start
正在启动httpd:
[确定]
#启动httpd服务
[root@localhost ~]# /etc/init.d/httpd status
httpd (pid 13313)正在运行…
#查询httpd服务状态,并能够看到httpd服务的PID
[root@localhost ~]#/etc/init.d/httpd stop
停止 httpd:
[确定]
#停止httpd服务
[root@localhost ~]#/etc/init.d/httpd restart
停止httpd:
[失败]
正在启动httpd:
[确定]
重启动httpd服务
[root@localhost ~]# service 独立服务名 start|stop|restart|...
例如:[root@localhost ~]# service httpd restart
停止httpd:
[确定]
正在启动httpd:
[确定]
[root@localhost ~]# service --status -all
选项:abrtd(pid 1505)正在运行…
abrt-dumpoops(pid 1513)正在运行…
acpid(pid 1312)正在运行...
…省略部分输出…
新闻热点
疑难解答