Answer Posted / venkat palavarapu
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 |
Post New Answer View All Answers
What does c mean in linux?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
Explain trap command; shift command, getopts command of linux?
What is the use of man command in linux?
What are bash scripts used for?
Who am I command in linux?
What is makefile in unix?
What does in makefile do?
What is the difference between rmdir and rm r?
What is #!/ Bin sh?
What is whois command?
Who unix commands?
Which command is used to uncompress gzip files?
Why makefile is used in linux?
How do you create a file in linux?