On 28Nov2016 12:28, bruce wrote:
Maybe too much food over the weekend.. Maybe brain cells are fried!
Created a basic/simple 5 line php test, It runs so chown/chmod are ok.
However, when I then run it as a background process, and check the
procTBL, the PID is there.. the process never leaves, u
ok...
nohup /cloud_nfs/child_test.php > /dev/null &
nohup /cloud_nfs/child_test.php > /dev/null 2>&1 &
both appear to work... in this use case..
thanks!
On Mon, Nov 28, 2016 at 12:28 PM, bruce wrote:
> Hey guys..
>
> Maybe too much food over the weekend.. Maybe brain cells are fried!
Hey guys..
Maybe too much food over the weekend.. Maybe brain cells are fried!
Created a basic/simple 5 line php test, It runs so chown/chmod are ok.
However, when I then run it as a background process, and check the
procTBL, the PID is there.. the process never leaves, unless I
manually kill it