Salut à tous.
J'ai besoin de passer une commande dans un screen détaché. En lisant le man, je vois ceci :
-X Send the specified command to a running screen session. You can use the -d or -r option to tell screen to look only for attached or detached
screen sessions. Note that this command doesn't work if the session is password protected.
Alors je me lance :
Code :
- screen -dmS ma_session
|
puis
Code :
- screen -S ma_session -X ma commande
|
ou
Code :
- screen -S ma_session -X "ma commande"
|
Mais lorsque je rattache la session concernée, la commande n'a jamais été lancée.
Quelqu'un pourrait-il m'aiguiller ?
Merci.