J'utilise la commande $ nohup ...
pour démarrer une application en arrière-plan afin de pouvoir ensuite fermer la fenêtre du terminal.
Lors de l'exécution, il crée le fichier ~/nohup.out
.
Exemple:
orschiro@x230:~$ nohup /bin/bash -c "sleep 15 && python3 /home/orschiro/bin/show_state.py"
nohup: ignoring input and appending output to 'nohup.out'
Comment puis-je empêcher la nohup
création nohup.out
?
byobu
, commencez ce que vous voulez, puis appuyez sur F6
et vous avez terminé. Vous pouvez y revenir en exécutant à byobu
nouveau.
byobu
. :)