wordpress启动
systemctl start httpd.service
systemctl start mariadb
systemctl start php-fpm
老三样了
立刻重启服务器
shutdown -r now
查找文件
find / -name xxx
重启服务
service xxx restart
wordpress启动
systemctl start httpd.service
systemctl start mariadb
systemctl start php-fpm
老三样了
立刻重启服务器
shutdown -r now
查找文件
find / -name xxx
重启服务
service xxx restart