command: dmidecode
usage:  DMI table decoder to display system info like
            hardware details, serial no., BIOS versions,
            processor in human readable format

syntax: dmidecode [OPTIONS]

examples:

1. To show options and help info of dmidecode

    $ dmidecode --help

2. To show version info dmidecode

    $ dmidecode -V

3. To display full output DMI table decoder

    $ dmidecode

4. To only display the value of the given DMI string

    $ dmidecode -s <string>

    $ dmidecode -s bios-vendor

    $ dmidecode -s system-uuid

    $ dmidecode -s
    if no string will be provided it show all DMI strings

5. To display DMI types and ID

    $ man dmidecode

6. To display the entries of given particular type ID

    $ dmidecode -t 7

    or

    $ dmidecode -t cache

    $ dmidecode -t 0 will display bios info

7. To get memory information

    $ dmidecode -t 16
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Reply via email to