system calls Flashcards

1
Q

what is a system call

A

code run by the kernel (e.g. read from hard drive, create new process)

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

every system call has a ____

A

number

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

see which system calls a program is using

A

strace

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

what’s a downside of strace

A

high overhead, don’t run on production DB

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