I need to execute a directory copy upon a user action, but the directories are quite large, so I would like to be able to perform such an action without the user being aware
Well i found a bit faster and easier version to use
shell_exec('screen -dmS $name_of_screen $command');
and it works.