Common kill signals Flashcards

(11 cards)

1
Q

what is the sighup kill signal?

A

known as hangup stops a processes then restarts it via the same PID

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is the number for signup?

A

1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is SIGNT?

A

sends an interrupt to a proccess and is le weakest

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what is an example of SIGNT?

A

ctrl c when running a program

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what is the number for signt?

A

2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what is SIGQUIT?

A

aka core dump kills a processes by taking the information in memory and dumping it to a file called core in current working directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what is the number for sigquit?

A

3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what is SIGTERM?

A

the default kill signal used by the kill command also know as software term

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what is sigterm number?

A

15

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what is SIGKILL?

A

absolute kill signal | directs the the processes to the /dev/null file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what is the number for sigkill?

A

9

How well did you know this?
1
Not at all
2
3
4
5
Perfectly