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 an os command?
What is the use of mv command in linux?
Is python faster than bash?
What does the ps command do in linux?
What does && mean in linux?
Does cp overwrite?
What is phony in makefile?
Who is unix command?
What is Syntax of any Linux command?
How do I find old commands in linux?
What is echo command in batch file?
How do I move to root in linux?
How to recover /etc/passwd file and /etc/shadow file?
What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc..?
You want to copy the user’s home directories to a new location. Which of the following commands will accomplish this?