distinguish between user mode and kernel mode?
Answer Posted / 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 |
Post New Answer View All Answers
What is grep r?
What is command substitution?
What is nr in awk command?
How do I run a whois command?
How do I use nslookup?
How does the system know where one command ends and another begins?
What does the md command do?
Are you in or at the office?
What does pipe () return?
What are the differences among a system call, a library function, and a unix command?
What is {} in find command?
Which command is used to delete all files in the current directory and all its sub-directories?
What is pipe command in unix?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
How to use grep command to list find the records of a file containing 10 different strings?