Linux便签 2020-05-29 Linux linux 0 评论 使用PHP调用shell输出到指定文件123<?php$cmd = "ls / > outfile 2>&1";exec($cmd);