Ben linux bir lezzet çalışır ve ben bir php komut dosyası kullanarak sorunları bir sürecin PID alıyorum yaşıyorum bir QNAP kutusu var. Ben bugüne kadar ne:
$command = "PATH=$PATH:/share/MD0_DATA/.qpkg/Optware/bin: nohup /opt/bin/plowdown -o /share/MD0_DATA/Qdownload/plowshare http://www.megaupload.com/?d=m7duotr1 2> /share/MD0_DATA/Qdownload/plowshare/outputeeds.txt > /dev/null &";
exec($command, $out);
$result = $out[0];
echo $result;
Ben MACUN ile komutunu çalıştırın, alıyorum:
[~] # nohup /opt/bin/plowdown -o /share/MD0_DATA/Qdownload/plowshare http://www.megaupload.com/?d=m7duotr1 2> /share/MD0_DATA/Qdownload/plowshare/outputteeds.txt > /dev/null &
22526
Ben yanlış ne yapıyorum?
Teşekkürler,
Cristian.