在CentOS 6上,我会在运行服务时收到反馈,例如:
root@centos6 [~]# service MysqL restartShutting down MysqL........................................[ OK ]Starting MysqL.............................................[ OK ]root@centos6 [~]# service MysqL statusMysqL running (910285) [ OK ]root@centos6 [~]#
但是在CentOS 7上,当我使用systemctl时,我什么都没得到.我不知道发生了什么,或者甚至发生了什么:
root@centos7 [~]# systemctl restart MysqLroot@centos7 [~]# /bin/systemctl restart MysqL.service# nothing happened
当我在CentOS 7上运行服务时,会发生这种情况:
root@centos7 [~]# service MysqL restartRedirecting to /bin/systemctl restart MysqL.service
我错过了什么?
解决方法 与任何好的unix命令一样,除非出现问题,否则systemctl不会输出任何内容,或者您运行了明确需要输出的命令.如果什么也看不见,那么命令就成功了.如果您愿意,可以运行systemctl status MysqL以查看其当前状态.
总结以上是内存溢出为你收集整理的linux – CentOS 7 systemctl – 没有反馈或状态/输出全部内容,希望文章能够帮你解决linux – CentOS 7 systemctl – 没有反馈或状态/输出所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)