Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

System information

Status
Not open for further replies.
Jan 11, 2005
1
Hello.

Newbie question here - using which command/program can you find out about the system specs? like CPU, ram, cache, etc

Thanks
 
Several places:

1. The command "dmesg" will output the information that you would normally see while the system is booting, such as hardware detection, OS version, startup scripts, etc...

2. If you want more detail, enter "sysctl -a", which gives you a list of all kernel variables.

3. There are a few smaller commands to get a feel for, also, such as "top" (running processes, current CPU/RAM usage), "df" (disk free space), "du" (disk usage in current directory), "ifconfig", or "ifconfig -a" (network card configuration), "systat".

Check the manual for each of these by doing "man sysctl", etc... -------------------------------------------

"Calculus is just the meaningless manipulation of higher symbols"
                          -unknown F student
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top