PDA

View Full Version : Current hardware specs command


Chrisco
2005-02-12, 08:16 PM CST
I am running Fedora Core3, no Gui. Was wondering if there is a command that will list current computer specs. Such as: processor speed, hard drive space- used and unused, RAM,

imdeemvp
2005-02-12, 08:29 PM CST
1. cat /proc/cpuinfo |grep "model name" for cpu info

2. /sbin/lspci for you pci items

3. /sbin/lsmod for most hardware installed

4. top

Chrisco
2005-02-12, 09:03 PM CST
What about free hard drive space?

and when useing the command (top)

is (Cpu(s): x.x% us), the CPU usage?

crackers
2005-02-12, 09:39 PM CST
In a terminal or console, you can use df to see used/free disk space. It has a couple of handy formatting options:

k = kB
m = mB
h = human readable

Here's an (edited) version of mine:

$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda7 3.0G 268M 2.6G 10% /
/dev/hda1 97M 8.3M 84M 10% /boot
none 252M 0 252M 0% /dev/shm
/dev/hda9 5.5G 1015M 4.2G 20% /games
/dev/hda3 5.0G 1.5G 3.3G 31% /home
/dev/hda2 5.0G 2.7G 2.0G 58% /opt
/dev/hda5 5.0G 3.0G 1.8G 63% /usr
/dev/hda6 4.0G 115M 3.7G 3% /windows

Now, for the GUI-ists, there's the Info Center and KDE System Guard under the System Tools menu.

Chrisco
2005-02-12, 09:49 PM CST
Thanks all

swebbie
2005-02-13, 05:03 AM CST
Hi

I was wondering if you also can get more information
in windows you can get more detailed information on your hardware
such as type en motherboard and stuff

is that also possible
i've just started running fedora core2 gui and in the hardwarebrowser does give me very basic info
also the tips given here do give some insight but i'd like much more

hoep you have some feedback

serge