centos7用到的命令-不定时更新

mv 文件路径名  目的文件路径名   #移动文件

systemctl start httpd.service #启动apache

systemctl stop httpd.service #停止apache

systemctl restart httpd.service #重启apache

systemctl enable httpd.service #设置apache开机启动

原文地址:https://www.cnblogs.com/nana135/p/6296024.html