When you install RedHat what is the kernel mode ? What is
kernel compilation / upgrade ?

Answers were Sorted based on User's Feedback



When you install RedHat what is the kernel mode ? What is kernel compilation / upgrade ?..

Answer / fuzail usmani

Kernel mode, also referred to as system mode, is one of the
two distinct modes of operation of the CPU in Linux. The
other is user mode, a non-privileged mode for user programs,
that is, for everything other than the kernel.
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. The kernel
is trusted software, but all other programs are considered
untrusted software. Thus, all user mode software must
request use of the kernel by means of a system call in order
to perform privileged instructions, such as process creation
or input/output.

Is This Answer Correct ?    7 Yes 2 No

When you install RedHat what is the kernel mode ? What is kernel compilation / upgrade ?..

Answer / zainul abedin

the mode in which the linux install first time is f1

Is This Answer Correct ?    3 Yes 1 No

When you install RedHat what is the kernel mode ? What is kernel compilation / upgrade ?..

Answer / susheel narayan singh

when you install redhat at that time you can switch into
terminals from ctrl+alt+f1 to ctrl+alt+f7
each terminal show different message.
but when you will go ctrl+alt+f4 then it is kernel mode
because it show kernel messages including detected hardware
and drivers.

Is This Answer Correct ?    2 Yes 0 No

When you install RedHat what is the kernel mode ? What is kernel compilation / upgrade ?..

Answer / ashish

I guess the Kernel mode will be kernel itself and the user
processes will not be able to use the resources that the
kernel is using. This is done to protect the kernel from
user programs.
Kernel compilation is installing a new kernel or adding
custom modules to the same kernel.
Kernel upgradation is upgrading it to a different version
altogether.

Is This Answer Correct ?    4 Yes 5 No

Post New Answer

More Linux AllOther Interview Questions

How to build new filesystem ? and what is irig file system?

3 Answers  


tell me some of the Linux HotKeys do you know?

3 Answers  


There are 4 network Interfaces, how can we find which one is Primary.

2 Answers  


What are the questions we are expecting for 2yrs. experience guy for linux company interview questions?

1 Answers  


What are main anti-spam features available in sendmail?

1 Answers   CSC,


What is the complete name of the default configuration file for LILO?

1 Answers  


what is difference between  TFTP abd FTP?

1 Answers  


Which directory is closer to the top of the file system tree, parent directory or current directory?

3 Answers  


how do i check which package has installed some command suppose ls , mkdir or whatever ???

8 Answers  


plz mention some interesting problems you faced and how you solved it?

0 Answers  


why accounting Software does not support on linux?

5 Answers  


Why is it suggested to disable journalism in ext4 filesystem?

1 Answers   IBM, TCS,


Categories