一、linux CentOS 重启服务的命令
云服务器 ECS linux CentOS 7 下重启服务不再通过 service *** 作,而是通过 systemctl *** 作。
查看:systemctl status sshd.service
启动:systemctl start sshd.service
重启:systemctl restart sshd.service
自启:systemctl enable sshd.service
以上是内存溢出为你收集整理的Linux 命令大全全部内容,希望文章能够帮你解决Linux 命令大全所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)