安装screen1yum install screen -y 运行1234#新建一个名为hexo的session,并且自动进入screen -S hexo#运行hexo到4000端口,这里你可以设置为80端口hexo s -p 4000 参考https://yremp.live/linux-run-hexo/