Linux后台运行http-server 时间:2025-09-04 19:52 分类: 浏览:11 nohup http-server -p 8082 -a 0.0.0.0 > output.log 2>&1 & disown