Explain about kernel file in linux?
Answers were Sorted based on User's Feedback
Answer / udayakumar
kernel is the core of the operating system .it interacts
hardware of the computer
| Is This Answer Correct ? | 21 Yes | 0 No |
Kernel is an interface between hardware and software of an
operating system.Kernel is an heart of an O/s
| Is This Answer Correct ? | 13 Yes | 1 No |
FOLLOWING ARE DEFAULT KERNEL PARAMETERS; YOU CAN ADD DEPENDS ON YOUR REQUIREMENT:
1) For binary values, 0 is disabled, 1 is enabled.
2) net.ipv4.ip_forward - Controls IP packet forwarding
3) net.ipv4.conf.default.rp_filter - Controls source route verification
4) net.ipv4.conf.default.accept_source_route - Do not accept source routing
5) kernel.sysrq - Controls the System Request debugging functionality of the kernel
6) kernel.core_uses_pid - Useful for debugging multi-threaded applications
7) net.ipv4.tcp_syncookies - Controls the use of TCP syncookies
8) kernel.msgmnb - Controls the maximum size of a message, in bytes
9) kernel.msgmax - Controls the default maxmimum size of a mesage queue
10) kernel.shmmax - Controls the maximum shared segment size, in bytes
11) kernel.shmall - Controls the maximum number of shared memory segments, in pages
| Is This Answer Correct ? | 2 Yes | 0 No |
In linux file system kernal file is stored in grub.conf....
and Kernal provide interface between hardware and software..
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / suman
Kernal is Heart of the Operating system.
communication between h/w and s/w
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / manish patade
the kernel is used in partition of hard-drive (partprobe),and kernel is used any install file of linux
| Is This Answer Correct ? | 5 Yes | 13 No |
What is history command in linux?
What is devops model?
What are the 4 kinds of sentences with examples?
what is work of dns
My linux machine is crashed due to root file system, I need not to bother about the root file system, but i need to take care of /etc, /usr, like that.,, can i recover these file systems?
What is echo command in batch file?
you wish to create a link to the /data directory in bob's home directory so you issue the command ln /data /home/bob/datalink but the command fails. What options hould you use in this command line to be successful.
You locate a command in the /bin directory but do not know what it does. What command can you use to determine its purpose
How do you change file permissions in Linux?
What is the command to see all the processes are working in the last 30 days?
How did you do the Health check in Linux?
What is cat command in linux?