Linux 常用命令技巧收藏,linux常用命令收藏
程序员文章站
2022-03-04 13:40:15
...
Linux 常用命令技巧收藏,linux常用命令收藏
1、后台运行:
输出保存 nohup php welcome.php > /tmp/test
输出不存 nohup php welcome.php > /dev/null &
查看后台:
ps aux|grep php
上一篇: mysql怎样关闭日志