Skip to content

Instantly share code, notes, and snippets.

@zywkloo
Forked from synther/gist:d376100a8bae896d0caf
Last active April 12, 2020 07:42
Show Gist options
  • Save zywkloo/8d749d3b54d04046a3954d56e847bb8d to your computer and use it in GitHub Desktop.
Save zywkloo/8d749d3b54d04046a3954d56e847bb8d to your computer and use it in GitHub Desktop.

Revisions

  1. zywkloo renamed this gist Apr 12, 2020. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. @synther synther revised this gist Sep 25, 2014. 1 changed file with 2 additions and 4 deletions.
    6 changes: 2 additions & 4 deletions gistfile1.creole
    Original file line number Diff line number Diff line change
    @@ -1,15 +1,13 @@
    |=Signal |= Value |=Action |= Comment
    |SIGHUP | 1 | Term | Hangup detected on controlling terminal
    | | | | or death of controlling process
    |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
    |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
  3. @synther synther revised this gist Sep 25, 2014. No changes.
  4. @synther synther revised this gist Sep 25, 2014. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.creole
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,4 @@
    |=Signal |= Value |=Action |= Comment
    |SIGHUP | 1 | Term | Hangup detected on controlling terminal
    | | | | or death of controlling process
    |SIGINT | 2 | Term | Interrupt from keyboard
  5. @synther synther created this gist Sep 25, 2014.
    21 changes: 21 additions & 0 deletions gistfile1.creole
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,21 @@
    |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 terminal
    |SIGTTIN | 21,21,26 | Stop | Terminal input for background process
    |SIGTTOU | 22,22,27 | Stop | Terminal output for background process