I have a php script that I execute from a .sh file, and have some echoes in it.
if I run the script from the terminal, I can see all the output, but where does it go when it is running in the background?
Is it getting logged somewhere?
To clarify: I do not care about the output I just want to know if it goes away, or getting stored somewhere somehow.
Thanks.