Ubuntu re-abre o processo em segundo plano no terminal

0

Eu tenho um aplicativo Python SERVER.py que estou executando em segundo plano usando:

screen -d -m python3 server.py

Gostaria de poder reabrir este processo em segundo plano no terminal.

    
por richard grant 09.03.2016 / 16:31

1 resposta

0

screen -d -m python3 server.py
screen -ls
screen -r [session] (reatta
screen -X -S [session # you want to kill] quit
    
por 10.03.2016 / 20:10

Tags