System Information Commands


System information commands include the following:

  • df: The df command displays filesystem disk space usage for all partitions. The command df-h is probably the most useful. It uses megabytes (M) and gigabytes (G) instead of blocks to report. (-h means "human-readable.")

  • free: The free command displays the amount of free and used memory in the system. For example, free -m will give the information using megabytes, which is probably most useful for current computers.

  • top: The top command displays information on your Linux system, running processes, and system resources, including the CPU, RAM, swap usage, and total number of tasks being run. To exit top, press Q.

  • uname -a: The uname command with the -a option prints all system information, including machine name, kernel name, version, and a few other details. Most useful for checking which kernel you're using.

  • lsb_release -a: The lsb_release command with the -a option prints version information for the Linux release you're running. For example:

     user@computer:~$ lsb_release -a LSB Version:    n/a Distributor ID: Ubuntu Description:    Ubuntu (The Breezy Badger Release) Release: Codename:       breezy 

  • ifconfig: This reports on your system's network interfaces.

  • iwconfig: The command iwconfig will show you any wireless network adapters and the wireless specific information from them, such as speed and network connected.

  • ps: The command ps allows you to view all the processes running on the machine.

The following commands list the hardware on your computer, either a specific type or with a specific method. They are most useful for debugging when a piece of hardware does not function correctly.

  • lspci: The command lspci lists all PCI buses and devices connected to them. This commonly includes network cards and sound cards.

  • lsusb: The command lsusb lists all USB buses and any connected USB devices, such as printers and thumb drives.

  • lshal: The command lshal lists all devices the hardware abstraction layer (HAL) knows about, which should be most hardware on your system.

  • lshw: The command lshw lists hardware on your system, including maker, type, and where it is connected.



The Official Ubuntu Book
The Official Ubuntu Book
ISBN: 0132435942
EAN: 2147483647
Year: 2006
Pages: 133

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net