bonjour j'ai une question, j'aimerais savoir s'il y a création d'un processus lorsque je lance un script ... avec ces méthodes :
donc pour visualiser un processus j'utilise ps et je regarde quoi ? pas le pid ca j'en suis sur ! ca peut paraître simple mais je dois etre fixé et merci d'avance !script.sh arg1 . . . argN => y a t il création d'un process ? (o/n)
.script.sh arg1 . . . argN => y a t il création d'un process ? (o/n)
source script.sh arg1 . . . argN => y a t il création d'un process ? (o/n)
exec script.sh arg1 . . . argN => y a t il création d'un process ? (o/n)
bash script.sh arg1 . . . argN => y a t il création d'un process ? (o/n)
Partager