In the
Can one depend on that
And, what will
This question is important for me because I (respective my script) need to reliably know what the programs I call via
jexec man page I cannot find any information about what gets returned by jexec.Can one depend on that
jexec will pass the return value from the jailed process it spawns?And, what will
jexec return, if, for example, there is another error (like file not found, jail not running etc?) that prevents jexec from spawning the process?This question is important for me because I (respective my script) need to reliably know what the programs I call via
jexec return.