I've never used Fedora but these commands should work for most distros. From the command line:
/sbin/lspci - This will list all components on the pci bus such as your sound card, network card, graphics card, etc...
/sbin/fdisk /dev/xxx where xxx is your hard disk device (eg hda - first ide, sda - first ssci) - type p then enter to list all partitions on the hard disk. To exit this type q then enter - this will exit without writing any changes to disk. Be careful with this command, as it is used to edit the partition table, always exit with q unless you want to edit the partitions. (Pressing m and enter will bring up a list of commands)
free - this will show the total amount of RAM and swap memory and how much is being used at present.
|