couper l'entrée standard (necessaire sour mac / bsd)
soit on redirige la sortie standard soit ça crée un nohup.out
si on veut pouvoir fermer le terminal sans que ça coupe tout ajouter le &
nohup COMMAND </dev/null > /var/log/log.log 2>&1 &
si est déjà lancé :
Ctrl+Z to stop (pause) the program and get back to the shell.
bg to run it in the background.
disown -h [job-spec]
disown -h %1
to get [job-spec] type
jobs