GNU/Linux >> Tutoriels Linux >  >> Linux

Que signifie tuer -3 ?

Les signaux décrits dans la norme POSIX.1-1990 d'origine :

   Signal     Value     Action   Comment
   -------------------------------------------------------------------------
   SIGHUP        1       Term    Hangup detected on controlling terminal
                                 or death of controlling process
   SIGINT        2       Term    Interrupt from keyboard
   SIGQUIT       3       Core    Quit from keyboard
   SIGILL        4       Core    Illegal Instruction
   SIGABRT       6       Core    Abort signal from abort(3)
   SIGFPE        8       Core    Floating point exception
   SIGKILL       9       Term    Kill signal
   SIGSEGV      11       Core    Invalid memory reference
   SIGPIPE      13       Term    Broken pipe: write to pipe with no readers
   SIGALRM      14       Term    Timer signal from alarm(2)
   SIGTERM      15       Term    Termination signal
   SIGUSR1   30,10,16    Term    User-defined signal 1
   SIGUSR2   31,12,17    Term    User-defined signal 2
   SIGCHLD   20,17,18    Ign     Child stopped or terminated
   SIGCONT   19,18,25    Cont    Continue if stopped
   SIGSTOP   17,19,23    Stop    Stop process
   SIGTSTP   18,20,24    Stop    Stop typed at tty
   SIGTTIN   21,21,26    Stop    tty input for background process
   SIGTTOU   22,22,27    Stop    tty output for background process

kill -3 est un vidage de thread qui répertorie tous les threads Java actuellement actifs dans Java Virtual Machine (JVM).


kill -l nous montre tous les signaux. Suivre cet indice 3 signifie SIGQUIT


Linux
  1. Que signifie « rm est haché » ?

  2. Que signifie rc dans les fichiers dot

  3. Que signifie - dans cette commande Linux ?

  4. Que signifie set -e dans un script bash ?

  5. Qu'est-ce que cela signifie par #define X X ?

Que signifie chmod 777

Que signifie "-" (double tiret) ?

Qu'est-ce que cela signifie d'être "compatible sh" ?

Pas de variable DISPLAY X11 - qu'est-ce que cela signifie ?

Que fait kill -- -0 ?

Que signifie %st en haut ?