GNU/Linux >> Linux Esercitazione >  >> Linux

Cosa significa uccidere -3?

I segnali descritti nello standard originale POSIX.1-1990:

   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 è un thread dump che elencherà tutti i thread Java attualmente attivi in ​​Java Virtual Machine (JVM).


kill -l ci mostra tutti i segnali. Seguendo questo suggerimento 3 significa SIGQUIT


Linux
  1. Cosa significa `:-` in uno script di shell?

  2. Cosa significa nell'output di Ps?

  3. Cosa significa `chown Root.root $file`?

  4. Cosa significa "rm is hash"?

  5. Cos'è un file .pid e cosa contiene?

Cosa significa chmod 777

Cosa significa "-" (doppio trattino)?

Cosa significa essere "sh compatibile"?

Nessuna variabile DISPLAY X11 - cosa significa?

Cosa significa \b in un pattern grep?

Cosa fa kill -- -0?