Linux 後臺執行 PHP 指令碼

linuxMr發表於2018-03-15

liunx 小白 筆記 :

在伺服器 :
/etc/rc.d/rc.local 你把要執行的命令加到這個裡面

這個還是nohup /opt/ccsing/php/bin/php php檔案的絕對路徑 >/dev/null 2>&1 &

eq :
nohup /opt/ccsing/php/bin/php /opt/ccsing/wwwroot/web/klmy-new/RPC/transcode.php >/dev/null 2>&1 &

ps -ef |grep .. 看看你的程式在不在執行

參考連結 https://segmentfault.com/q/1010000005014672/a-1020000005014689

相關文章