Skip to main content
added 122 characters in body
Source Link
kill -1 -9

sends a SIGHUB to process with id 9

The first argument 1 is a numerical equivalent to a specific signal(SIGHUB) and the second 9 is a programPID.

SIGBU is describe as Hangup detected on controlling terminal or death of controlling process

On terminal kill -l list the various Linux signals and man 7 signal gives some descriptive overview of the various signals

kill -1 -9

sends a SIGHUB to process with id 9

SIGBU is describe as Hangup detected on controlling terminal or death of controlling process

On terminal kill -l list the various Linux signals and man 7 signal gives some descriptive overview of the various signals

kill -1 -9

sends a SIGHUB to process with id 9

The first argument 1 is a numerical equivalent to a specific signal(SIGHUB) and the second 9 is a programPID.

SIGBU is describe as Hangup detected on controlling terminal or death of controlling process

On terminal kill -l list the various Linux signals and man 7 signal gives some descriptive overview of the various signals

Source Link

kill -1 -9

sends a SIGHUB to process with id 9

SIGBU is describe as Hangup detected on controlling terminal or death of controlling process

On terminal kill -l list the various Linux signals and man 7 signal gives some descriptive overview of the various signals