GNU/Linux >> Tutoriels Linux >  >> Linux

BASH :envoie le signal SIGTSTP (ctrl+z)

Voulez-vous simplement commencer il en arrière-plan? Par exemple :

mycommand &

Si vous voulez un contrôle plus fin du travail, vous pouvez émuler Ctrl -Z et bg . Contrôle -Z envoie SIGTSTP ("tty stop") au programme, qui le suspend :

kill -TSTP [processid]

Et le bg la commande lui envoie juste un SIGCONT :

kill -CONT [processid]

Vous ne le faites pas. Vous mettez une esperluette après la commande.

command1 &
command2 &
command3 &

Linux
  1. 5 exemples d'instructions Bash Case

  2. Identification du nom du signal reçu dans Bash

  3. Exécutez la commande bash sur le pipeline jenkins

  4. Distro Linux avec juste busybox et bash ?

  5. Quand le système envoie-t-il un SIGTERM à un processus ?

Variable d'exportation bash

Commande d'attente bash

Bash pendant la boucle

Fonctions bash

Bash jusqu'à la boucle

Bash Shebang