what are the different ways the Linux can swich from User
Space to Kernel Space & vice-versa ?

Answers were Sorted based on User's Feedback



what are the different ways the Linux can swich from User Space to Kernel Space & vice-versa ?..

Answer / neo

There are 2 situations when Linux can switch from user Space
to Kernel Space:-

1) by doing System calls
2) When interrupt comes (to handle interrupt)

Linux can switch from kernel Space to User space:-
1) process in kernel mode is preempted.
2) After completion of Interrupt handler / System call

Is This Answer Correct ?    20 Yes 1 No

what are the different ways the Linux can swich from User Space to Kernel Space & vice-versa ?..

Answer / softy

There are 2 situations when Linux can switch from user Space
to Kernel Space:-

1) by doing System calls
2) When interrupt comes (to handle interrupt)
3) by executing 128 (0x80 ) instruction or doing sysenter

Linux can switch from kernel Space to User space:-
1) process in kernel mode is preempted.
2) After completion of Interrupt handler / System call
3) performing sysexit sys call

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Linux System Calls Interview Questions

What do fork() internally call?

3 Answers  


how to create samba server in fedora linux 9 ?

2 Answers   Accenture,


how to configure sendmail server on red hat linux version 4 and what and all we Require?

3 Answers   Wipro,


what are different ways the context switch happens from user to kernel space or vice-versa ?

0 Answers   Alcatel,


what is cups and how to configure?

7 Answers   IBM,






linux system its not booting up its showing groub error what i need to do?

4 Answers   Wipro,


What will happen when we invoke a system call and say with an example of invoking a system call ?read? for a device?

3 Answers   NetApp,


What are the signals we have in Linux

3 Answers   HCL, NetApp,


What does exec family return?

1 Answers  


what are the backup utilites on red hat linux 4.0?

4 Answers   Wipro,


what is stored in /proc ? what is significance of /proc in linux ?

3 Answers   NetApp,


what is the difference between user APIs and kernel system calls ?

1 Answers   NetApp,


Categories