I am new to Ubuntu. In Windows, if I want to know my system properties/configuration, I can see it by going to Control Panel and clicking on the System icon. I can also get a detailed list of the hardware detected/installed by going to the Device Manager.
What are the equivalents of these features in Ubuntu, where a user can see his or her system properties and hardware configuration, like RAM, CPU/processor, hard disk capacity, etc.?
Example of Windows System Properties:
For Basic Information
Go to Settings, and under System, click on Details for basic information:
For Detailed Information (like Windows Device Manager)
Search for "system" in Software Center, and install System Profiler and Benchmark:
Then run it from the Launcher (type "system" if it isn't there already), and you will see a detailed list of hardware that you can expand further by category:
This tool also allows you to run benchmarks to compare how your system performs relative to other common computers.
Scroll down for examples of CPU and RAM information.
Other system-specific tools and console (terminal) tools
Please see Luis Alvarado's excellent exhaustive answer with screenshots to this question, just above or below this one.
Examples of CPU and RAM information as shown in System Profiler
Open the terminal with
Ctrl+Alt+T
and type any of these:For cpu info
For memory info
to see disk usage of various partitions
See ram usage
wireless network
Which ubuntu is running in your computer
Find your kernel info
list all hardware
All soundcards
Some graphical software for the same will be
1)Hardware lister
Whenever you want to run it type
sudo lshw-gtk
in the terminalDownload it here
2)Sysinfo
3)System Profiler and Benchmark
Without going into terminal commands (From my point of view, less friendly way of inviting a new user to Ubuntu.. until he/she feels the force) like:
lshw
- Shows you information about all hardwarelsusb
- Shows you information about all USB hardwarelspci
- Shows information about all PCI compatible hardwarecat /proc/cpuinfo
- Shows detailed information about your CPUdmidecode
- Shows you information about hardwareAnd others like
lm-sensors
orhdparm
that can give information about HDD and temperature readings.Seeing as you are new, I will mention easy to use GUI tools that can quickly help you find important information about your PC:
DISK UTILITY
Shows information about all type of storage devices, including but not limited to HDD, SDD, Flash Drives, External (Connected) USB Drives, etc..
To use it just open DASH (By pressing the SUPER key) and type
disk
. You will then see the option "Disk Utility".DISK USAGE ANALYZER
Very good program to analyze the (As the obvious name implies) disk usage. It can very useful when doing a cleanup on old files and such.
As with Disk Utility, type in dash
disk
and the second option will be the "Disk Usage Analyzer"Ubuntu Detail Information
Type in dash
detail
and you will see a cog icon with the name "Details". It will show you basic information on your machine:I should mention that if you are using an Nvidia card, you need to update Ubuntu 12.04 with the latest upgrades in order to see the Video card name.
SYSINFO
Very nice program to see information about your computer.
It can be installed via the Software Center by looking for "Sysinfo" or "Hardware" or clicking here
HARDWARE LISTER
Very nice program based on LSHW to show you in a graphical way all the hardware. As the previous one I mentioned, it can also be installed from the Software Center by looking for "Hardware" or clicking here
So as you can see there are MANY programs to check for hardware and hardware information in general. I suggest playing with Software Center to find even more but this should be enough to know most if not everything about your computer.
Try using hardinfo (System information and benchmarking tool)
Install via the terminal with:
Or use the Software Center:
Invoke with the Dash and click on the summary tab
Then launch it!