1.what is Kernel parameters?
2.how many cpu have use in your machine?
Answers were Sorted based on User's Feedback
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 |
Answer / ravi
The sysctl command is used to view the kernel parameters
To know how many cpus are being used, use the top command.
This gives the percentage cpu utilization and if the linux
box has more than 1 cpu, then follow top with the numaral 1.
uptime gives the load on the system.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / basha phatan
Kernal parameters are nothing but all the parameters in
/etc/system hear we can edit according to our requrement.
to check the how many cpus in the machine jus type this
command #psrinfo
to check the cpu speec #psrinfo -v
cool
| Is This Answer Correct ? | 6 Yes | 10 No |
What does uname do in linux?
How do I clear terminal command history?
What is vnc?
some one is asking my machine is slow what is your steps?
Hi guys, I am working in MNC from 1 and half year as Software Engg but not in programming, its in Information Security. Now I am doing RHEL 5(Red Hat certification) to move into Linux Admin. Can anyone please give me the future scope of this field and please send me the interview questions or links to get the idea. Thanks, Sushant.
What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc in Linux?
How do I find my user id in linux?
Difference between swap partition and swap file?
How do you open a command prompt when issuing a command?
Who unix commands?
You are required to restore the file memo.ben. It was backed up in the tar file MyBackup.tar. Which command would you use to do it?
When is it better to use the more command rather than cat command?