Linux Systems Question:
Download Questions PDF

Which of the following exec call is a system call?
a) execl
b) execlp
c) execve
d) execvp

Linux OS Systems Interview Question
Linux OS Systems Interview Question

Answer:

c) execve

Download Linux OS Systems Interview Questions And Answers PDF

Previous QuestionNext Question
System call can be implemented using which assembly instruction(s) on x86 processors?
a) int 0×80
b) sysenter
c) both a & b
d) None
x86 architecture uses big endian or little endian addressing mechanism?