Linux Systems 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 Linux OS Systems Interview QuestionAnswer: c) both a & b Previous QuestionNext QuestionRunlevel system command is used for? a) getting the present and previous runlevel of the system b) setting the runlevel attribute of the system in the inittab file c) can be used to restart or reboot the system d) all of the aboveWhich of the following exec call is a system call? a) execl b) execlp c) execve d) execvp