以下 sphinx index rotate 命令在我的 centos 终端中运行。
echo "<password>" | sudo -S /usr/bin/indexer --config /etc/sphinx/sphinx.conf gplay --rotate
但是当我尝试使用“exec” php 命令执行相同的操作时,它不起作用,
$output = exec('echo "S5evUna#" | sudo -S /usr/bin/indexer --config /etc/sphinx/sphinx.conf gplay --rotate', $output);
echo "<pre>";
print_r($output);
echo "</pre>";
这里的输出是空的。
请对此提出任何想法