1.what is Kernel parameters?
2.how many cpu have use in your machine?
Answer Posted / franklin doss
1.kernel parameters
parameters provide mechanisms to adjust the functiong of
linux kernel.
the sysctl command used to view kernel parameters.
2.simply type in root
# cat /proc/cpuinfo
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
What is command grouping and how does it work?
What is $$ in shell script?
How many commands are there in linux?
What is the command can be used to check for file corruption?
What is df command in linux?
Which command is used to check the number of files and disk space used and the each user’s defined quota?
What is ps command in linux?
What is difference between sh and bash?
How do I find old commands in linux?
What is #!/ Bin sh?
What is makefile target?
What are the basic command in linux?
What does grep command do?
How do I check cores in linux?
You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?