distinguish between user mode and kernel mode?

Answers were Sorted based on User's Feedback



distinguish between user mode and kernel mode?..

Answer / sachin tyagi

user mode is an area that is used to execute userlevel
commands .

But in kernel mode all the commands like device driver etc.
executes.

Is This Answer Correct ?    21 Yes 6 No

distinguish between user mode and kernel mode?..

Answer / wizards

User mode is where all the user programmes will execute.
where as in kernel mode all kernel programmes like like
Network driver programs etc., will be execute

Is This Answer Correct ?    24 Yes 11 No

distinguish between user mode and kernel mode?..

Answer / lipsa naik

Kernel mode, also referred to as system mode, is one of the
two distinct modes of operation of the CPU (central
processing unit) in Linux. The other is user mode, a non-
privileged mode for user programs. When the CPU is in
kernel mode, it is assumed to be executing trusted
software, and thus it can execute any instructions and
reference any memory addresses. all user mode software must
request use of the kernel by means of a system call in
order to perform privileged. The standard procedure to
change from user mode to kernel mode is to call the
software interrupt 0x80. All processes begin execution in
user mode, and they switch to kernel mode only when
obtaining a service provided by the kernel. This change in
mode is termed a mode switch.

Is This Answer Correct ?    21 Yes 9 No

distinguish between user mode and kernel mode?..

Answer / m.manikandan

user mode can't read/write directly to OS memory.
kernel mode can read and write directly from OS memory.

Is This Answer Correct ?    13 Yes 4 No

distinguish between user mode and kernel mode?..

Answer / foulo

User mode is where all the user programmes will execute.
where as in kernel mode all kernel programmes like like
Network driver programs etc., will be execute

Is This Answer Correct ?    10 Yes 2 No

distinguish between user mode and kernel mode?..

Answer / sharanabasappa d

Fault occuring in the user mode will not lead to
catastrophic error such as system failure. But only effects
the system stability and system can be resumed.

Where as in kernel mode fault will lead to Catastrophic
failue (System Failure)

Is This Answer Correct ?    6 Yes 4 No

Post New Answer

More Unix Commands Interview Questions

How do you copy a directory with many files and folders into another directory?

2 Answers  


How do you list the files in an UNIX directory while also showing hidden files?

6 Answers  


What is the basic difference between unix and windows operating systems?

43 Answers   Bopro, College School Exams Tests, CTS, IBM, IT-Kids, Priyadarshini, Sybian Technologies, Tolani Maritime,


Give two UNIX kernel parameters that effect an Oracle install

3 Answers   Oracle,


What is the first character of the output in ls l command?

0 Answers  






What happens when we execute a unix command?

0 Answers  


In UNIX, what is the command to edit contents of the file?

9 Answers  


Which is the command used to find out currently executing Process in UNIX?

6 Answers   Amazon,


boot process?

2 Answers   Atos Origin, Wipro,


which command is used to change group?

5 Answers  


Give Command that will change the name of a directly from paypal to eBay

3 Answers   Alcatel, IBM,


What is the difference between udp and tcp?

2 Answers   HCL, TCS,


Categories