diff --git a/pages/linux/dmidecode.md b/pages/linux/dmidecode.md index af94f6d509..5e6bc0d208 100644 --- a/pages/linux/dmidecode.md +++ b/pages/linux/dmidecode.md @@ -1,6 +1,7 @@ # dmidecode > Display the DMI (alternatively known as SMBIOS) table contents in a human-readable format. +> See also: `inxi`, `lshw`, `hwinfo`. > More information: . - Show all DMI table contents: diff --git a/pages/linux/hwinfo.md b/pages/linux/hwinfo.md index 8dd8f7dca6..e0e12981b3 100644 --- a/pages/linux/hwinfo.md +++ b/pages/linux/hwinfo.md @@ -1,7 +1,7 @@ # hwinfo > Probe for the hardware present in the system. -> See also: `inxi`, `lshw`. +> See also: `inxi`, `lshw`, `dmidecode`. > More information: . - Display all available hardware information: diff --git a/pages/linux/inxi.md b/pages/linux/inxi.md index a636ba6ac5..e1add35639 100644 --- a/pages/linux/inxi.md +++ b/pages/linux/inxi.md @@ -1,7 +1,7 @@ # inxi > Print a summary of system information and resources for debugging purposes. -> See also: `lshw`, `hwinfo`. +> See also: `lshw`, `hwinfo`, `dmidecode`. > More information: . - Print a summary of CPU, memory, hard drive and kernel information: diff --git a/pages/linux/lshw.md b/pages/linux/lshw.md index 97de8287b8..5e69e805ae 100644 --- a/pages/linux/lshw.md +++ b/pages/linux/lshw.md @@ -1,7 +1,7 @@ # lshw > List detailed information about hardware configurations as root user. -> See also: `inxi`, `hwinfo`. +> See also: `inxi`, `hwinfo`, `dmidecode`. > More information: . - Launch the X11 GUI (if available):