【发布时间】:2015-08-15 04:19:13
【问题描述】:
我正在使用此命令启动 Apache:service httpd start in centOS6
今天我确实下载了centOS7-64bit-minimal 并想在安装后启动 Apache。
当我使用service httpd start 时,操作系统会向我显示一条消息:
重定向到 /bin/systemctl start httpd.service
我应该使用[root@localhost#] /bin/systemctl start httpd.service吗?
我试过[root@localhost#] systemctl start httpd.service,似乎没问题,但是在centOS6中,在启动httpd或类似的东西之后,有[OK]或[FAILED]之类的启动状态,但在这个版本中,没有报告...
我走对了吗?
这个命令后httpd是否正确启动:
[root@localhost#] systemctl start httpd.service?
提前致谢...
【问题讨论】: