{"id":13602,"date":"2025-03-06T06:09:17","date_gmt":"2025-03-06T06:09:17","guid":{"rendered":"https:\/\/greenwebpage.com\/community\/?p=13602"},"modified":"2025-03-06T06:16:21","modified_gmt":"2025-03-06T06:16:21","slug":"lshw-command-in-linux","status":"publish","type":"post","link":"https:\/\/greenwebpage.com\/community\/lshw-command-in-linux\/","title":{"rendered":"9 Examples of lshw Command in Linux"},"content":{"rendered":"\n<p>The <a href=\"https:\/\/linux.die.net\/man\/1\/lshw\">lshw<\/a> (List Hardware) command in Linux is a powerful tool that provides users with detailed information about the hardware configuration of their system. It is a small but robust command-line utility that reports precise details about various hardware components such as memory configuration, firmware version, mainboard configuration, CPU version and speed, cache configuration, bus speed, and more. This tool is particularly useful for system administrators and power users who need to perform hardware troubleshooting or inventory.<\/p>\n\n\n\n<p><strong>Table of Content <\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"#Understanding-lshw-Command\">Understanding lshw Command<\/a><\/li>\n\n\n\n<li><a href=\"#How-to-Use-lshw-Command-in-Linux\">How to Use lshw Command in Linux<\/a><\/li>\n\n\n\n<li><a href=\"#Practical-Examples-of-lshw-Command\">Practical Examples of lshw Command<\/a><\/li>\n\n\n\n<li><a href=\"#Conclusion\">Conclusion<\/a><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Understanding-lshw-Command\"><a id=\"post-13602-_dkn7wlu6d1mz\"><\/a>Understanding lshw Command<\/h2>\n\n\n\n<p>The lshw command is a versatile tool that provides detailed information about the hardware components of a Linux system. It can be used to gather information about various components, including:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>CPU (Central Processing Unit)<\/li>\n\n\n\n<li>Memory (RAM)<\/li>\n\n\n\n<li>Storage (Hard drives, SSDs, USB devices)<\/li>\n\n\n\n<li>Graphics (Video cards)<\/li>\n\n\n\n<li>Network (Network interfaces)<\/li>\n\n\n\n<li>Input devices (Keyboard, mouse)<\/li>\n\n\n\n<li>Other devices (USB devices, sound cards, etc.)<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"How-to-Use-lshw-Command-in-Linux\"><a id=\"post-13602-_rsc4xma4mkdx\"><\/a>How to Use lshw Command in Linux<\/h2>\n\n\n\n<p>The lshw command needs to be run with root permissions to display full information; otherwise, it will only show partial information. The basic syntax of the lshw command is as follows:<\/p>\n\n\n\n<pre>lshw [-format] [options]<\/pre>\n\n\n\n<p>The command supports several formats for output, such as HTML, XML, JSON, and plain text, which can be specified using the -html, -xml, -json, and -short options, respectively. Additionally, the -businfo option provides a list of devices showing bus information, including SCSI, USB, IDE, and PCI addresses.<\/p>\n\n\n\n<p>lshw offers many other options for customizing the output:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>\n<p><strong>Options<\/strong><\/p>\n<\/td><td>\n<p><strong>Descriptions<\/strong><\/p>\n<\/td><\/tr><tr><td>\n<p>capabilities<\/p>\n<\/td><td>\n<p>Display device capabilities.<\/p>\n<\/td><\/tr><tr><td>\n<p>disabled<\/p>\n<\/td><td>\n<p>Show disabled devices.<\/p>\n<\/td><\/tr><tr><td>\n<p>logical<\/p>\n<\/td><td>\n<p>Show logical devices (e.g., RAID arrays).<\/p>\n<\/td><\/tr><tr><td>\n<p>options<\/p>\n<\/td><td>\n<p>Display configuration options for devices.<\/p>\n<\/td><\/tr><tr><td>\n<p>short<\/p>\n<\/td><td>\n<p>Display a short summary of each device.<\/p>\n<\/td><\/tr><tr><td>\n<p>verbose<\/p>\n<\/td><td>\n<p>Display more detailed information.<\/p>\n<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Practical-Examples-of-lshw-Command\"><a id=\"post-13602-_xsnjc9qq85tq\"><\/a>Practical Examples of lshw Command<\/h2>\n\n\n\n<p>Here are some practical examples of how to use the lshw command:<\/p>\n\n\n\n<p><strong>Example 1: Display Full Hardware Information<\/strong><\/p>\n\n\n\n<p>To view the complete hardware information, simply run the below command. This will output a detailed report of all detected hardware components, including their names, descriptions, and specifications:<\/p>\n\n\n\n<pre>sudo lshw<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1246\" height=\"789\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-1.png\" alt=\"sudo lshw\" class=\"wp-image-13603\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-1.png 1246w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-1-300x190.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-1-1024x648.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-1-768x486.png 768w\" sizes=\"(max-width: 1246px) 100vw, 1246px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Example 2: Output in HTML Format<\/strong><\/p>\n\n\n\n<p>For a more readable format, especially when documenting, you can output the information in HTML:<\/p>\n\n\n\n<pre>sudo lshw -html<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1244\" height=\"749\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-2.png\" alt=\"sudo lshw -html\" class=\"wp-image-13604\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-2.png 1244w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-2-300x181.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-2-1024x617.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-2-768x462.png 768w\" sizes=\"(max-width: 1244px) 100vw, 1244px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Example 3: Hardware Information in XML Format<\/strong><\/p>\n\n\n\n<p>To get the hardware information in XML format, which can be useful for parsing in scripts, use:<\/p>\n\n\n\n<pre>sudo lshw -xml<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1246\" height=\"818\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-3.png\" alt=\"sudo lshw -xml\" class=\"wp-image-13605\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-3.png 1246w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-3-300x197.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-3-1024x672.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-3-768x504.png 768w\" sizes=\"(max-width: 1246px) 100vw, 1246px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Example 4: Compact Listing of Hardware Paths<\/strong><\/p>\n\n\n\n<p>For a brief overview of hardware paths, the -short option is handy:<\/p>\n\n\n\n<pre>sudo lshw -short<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1243\" height=\"782\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-4.png\" alt=\"sudo lshw -short\" class=\"wp-image-13606\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-4.png 1243w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-4-300x189.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-4-1024x644.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-4-768x483.png 768w\" sizes=\"(max-width: 1243px) 100vw, 1243px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Example 5: Display Bus Information<\/strong><\/p>\n\n\n\n<p>To list devices along with their bus information:<\/p>\n\n\n\n<pre>sudo lshw -businfo<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1248\" height=\"680\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-5.png\" alt=\"sudo lshw -businfo\" class=\"wp-image-13607\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-5.png 1248w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-5-300x163.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-5-1024x558.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-5-768x418.png 768w\" sizes=\"(max-width: 1248px) 100vw, 1248px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Example 6: Filter by Class of Hardware<\/strong><\/p>\n\n\n\n<p>If you&#8217;re interested in a specific class of hardware, such as network devices, you can filter the output accordingly. To focus on specific hardware classes, you can use the -class option:<\/p>\n\n\n\n<pre>sudo lshw -class network<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1241\" height=\"754\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-6.png\" alt=\"sudo lshw -class network\" class=\"wp-image-13608\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-6.png 1241w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-6-300x182.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-6-1024x622.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-6-768x467.png 768w\" sizes=\"(max-width: 1241px) 100vw, 1241px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Example 7: Display Specific Hardware Details<\/strong><\/p>\n\n\n\n<p>To get detailed information about a particular hardware class, like memory, use &#8211;<strong>class<\/strong> memory as below:<\/p>\n\n\n\n<pre>sudo lshw -C memory<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1230\" height=\"548\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-7.png\" alt=\"sudo lshw -C memory\" class=\"wp-image-13609\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-7.png 1230w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-7-300x134.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-7-1024x456.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-7-768x342.png 768w\" sizes=\"(max-width: 1230px) 100vw, 1230px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Example 8: Filtering by Device<\/strong><\/p>\n\n\n\n<p>You can filter the output by device name or a portion of the name:<\/p>\n\n\n\n<p>List information about a specific network interface<\/p>\n\n\n\n<pre>lshw -C network -filter \"enp0s3\"<\/pre>\n\n\n\n<p>List information about all devices containing &#8220;USB&#8221; in their name<\/p>\n\n\n\n<pre>lshw -filter \"USB\"<\/pre>\n\n\n\n<p><strong>Example 9: Detailed Output<\/strong><\/p>\n\n\n\n<p>To get more detailed information about a specific component, you can use the <strong>-json <\/strong>or <strong>-xml <\/strong>options to output the data in JSON or XML format:<\/p>\n\n\n\n<p>Let\u2019s show output CPU information in JSON format:<\/p>\n\n\n\n<pre>sudo lshw -class cpu -json<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1232\" height=\"648\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-8.png\" alt=\"sudo lshw -class cpu -json\" class=\"wp-image-13610\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-8.png 1232w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-8-300x158.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-8-1024x539.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-8-768x404.png 768w\" sizes=\"(max-width: 1232px) 100vw, 1232px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Output storage device information in XML format:<\/p>\n\n\n\n<pre>sudo lshw -class storage -xml<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1243\" height=\"718\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-9.png\" alt=\"sudo lshw -class storage -xml\" class=\"wp-image-13611\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-9.png 1243w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-9-300x173.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-9-1024x591.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/word-image-13602-9-768x444.png 768w\" sizes=\"(max-width: 1243px) 100vw, 1243px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>By understanding the lshw command and its various options, you can effectively gather information about your Linux system&#8217;s hardware and use it for troubleshooting, configuration, and other purposes.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Conclusion\"><a id=\"post-13602-_vdgyvog4zy31\"><\/a>Conclusion<\/h2>\n\n\n\n<p>The <a href=\"https:\/\/linux.die.net\/man\/1\/lshw\">lshw<\/a> command is a versatile and comprehensive tool for hardware analysis on Linux systems. Its ability to output detailed hardware information in various formats makes it an indispensable utility for system diagnostics and reporting. For more advanced usage and additional examples, users can refer to the <a href=\"https:\/\/linux.die.net\/man\/1\/lshw\">lshw man page<\/a> for further reading and practical examples.<\/p>\n\n\n\n<p>Remember, while lshw is a non-destructive read-only tool, it&#8217;s always good practice to be cautious when running commands with root privileges. Always ensure that you understand the command and its options before executing it on your system.<\/p>\n\n\n\t\t\t\t\t\t\t<h3 style=\"margin-bottom:20px;display:block;width:100%;margin-top:10px\">Frequently Asked Questions <\/h3>\r\n\t\t\t\t\t\t<style>\r\n\t\t\t\t<style>\r\n#wpsm_accordion_13614 .wpsm_panel-heading{\r\n\tpadding:0px !important;\r\n}\r\n#wpsm_accordion_13614 .wpsm_panel-title {\r\n\tmargin:0px !important; \r\n\ttext-transform:none !important;\r\n\tline-height: 1 !important;\r\n}\r\n#wpsm_accordion_13614 .wpsm_panel-title a{\r\n\ttext-decoration:none;\r\n\toverflow:hidden;\r\n\tdisplay:block;\r\n\tpadding:0px;\r\n\tfont-size: 18px !important;\r\n\tfont-family: Open Sans !important;\r\n\tcolor:#000000 !important;\r\n\tborder-bottom:0px !important;\r\n}\r\n\r\n#wpsm_accordion_13614 .wpsm_panel-title a:focus {\r\noutline: 0px !important;\r\n}\r\n\r\n#wpsm_accordion_13614 .wpsm_panel-title a:hover, #wpsm_accordion_13614 .wpsm_panel-title a:focus {\r\n\tcolor:#000000 !important;\r\n}\r\n#wpsm_accordion_13614 .acc-a{\r\n\tcolor: #000000 !important;\r\n\tbackground-color:#e8e8e8 !important;\r\n\tborder-color: #ddd;\r\n}\r\n#wpsm_accordion_13614 .wpsm_panel-default > .wpsm_panel-heading{\r\n\tcolor: #000000 !important;\r\n\tbackground-color: #e8e8e8 !important;\r\n\tborder-color: #e8e8e8 !important;\r\n\tborder-top-left-radius: 0px;\r\n\tborder-top-right-radius: 0px;\r\n}\r\n#wpsm_accordion_13614 .wpsm_panel-default {\r\n\t\tborder:1px solid transparent !important;\r\n\t}\r\n#wpsm_accordion_13614 {\r\n\tmargin-bottom: 20px;\r\n\toverflow: hidden;\r\n\tfloat: none;\r\n\twidth: 100%;\r\n\tdisplay: block;\r\n}\r\n#wpsm_accordion_13614 .ac_title_class{\r\n\tdisplay: block;\r\n\tpadding-top: 12px;\r\n\tpadding-bottom: 12px;\r\n\tpadding-left: 15px;\r\n\tpadding-right: 15px;\r\n}\r\n#wpsm_accordion_13614  .wpsm_panel {\r\n\toverflow:hidden;\r\n\t-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);\r\n\tbox-shadow: 0 0px 0px rgba(0, 0, 0, .05);\r\n\t\tborder-radius: 4px;\r\n\t}\r\n#wpsm_accordion_13614  .wpsm_panel + .wpsm_panel {\r\n\t\tmargin-top: 5px;\r\n\t}\r\n#wpsm_accordion_13614  .wpsm_panel-body{\r\n\tbackground-color:#ffffff !important;\r\n\tcolor:#000000 !important;\r\n\tborder-top-color: #e8e8e8 !important;\r\n\tfont-size:16px !important;\r\n\tfont-family: Open Sans !important;\r\n\toverflow: hidden;\r\n\t\tborder: 2px solid #e8e8e8 !important;\r\n\t}\r\n\r\n#wpsm_accordion_13614 .ac_open_cl_icon{\r\n\tbackground-color:#e8e8e8 !important;\r\n\tcolor: #000000 !important;\r\n\tfloat:right !important;\r\n\tpadding-top: 12px !important;\r\n\tpadding-bottom: 12px !important;\r\n\tline-height: 1.0 !important;\r\n\tpadding-left: 15px !important;\r\n\tpadding-right: 15px !important;\r\n\tdisplay: inline-block !important;\r\n}\r\n\r\n\t\t\t\r\n\t\t\t<\/style>\t\r\n\t\t\t<\/style>\r\n\t\t\t<div class=\"wpsm_panel-group\" id=\"wpsm_accordion_13614\" >\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<!-- Inner panel Start -->\r\n\t\t\t\t\t<div class=\"wpsm_panel wpsm_panel-default\">\r\n\t\t\t\t\t\t<div class=\"wpsm_panel-heading\" role=\"tab\" >\r\n\t\t\t\t\t\t  <h4 class=\"wpsm_panel-title\">\r\n\t\t\t\t\t\t\t<a  class=\"\"  data-toggle=\"collapse\" data-parent=\"#wpsm_accordion_13614 \" href=\"javascript:void(0)\" data-target=\"#ac_13614_collapse1\" onclick=\"do_resize()\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ac_open_cl_icon fa fa-plus\"><\/span>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t \r\n\t\t\t\t\t\t\t\t<span class=\"ac_title_class\">\r\n\t\t\t\t\t\t\t\t\tWhat is the lshw command?\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t  <\/h4>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<div id=\"ac_13614_collapse1\" class=\"wpsm_panel-collapse collapse \"  >\r\n\t\t\t\t\t\t  <div class=\"wpsm_panel-body\">\r\n\t\t\t\t\t\t\tThe lshw command provides detailed information about a system's hardware, including CPU, memory, disks, network interfaces, and more.\t\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<!-- Inner panel End -->\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<!-- Inner panel Start -->\r\n\t\t\t\t\t<div class=\"wpsm_panel wpsm_panel-default\">\r\n\t\t\t\t\t\t<div class=\"wpsm_panel-heading\" role=\"tab\" >\r\n\t\t\t\t\t\t  <h4 class=\"wpsm_panel-title\">\r\n\t\t\t\t\t\t\t<a  class=\"collapsed\"  data-toggle=\"collapse\" data-parent=\"#wpsm_accordion_13614 \" href=\"javascript:void(0)\" data-target=\"#ac_13614_collapse2\" onclick=\"do_resize()\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ac_open_cl_icon fa fa-plus\"><\/span>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t \r\n\t\t\t\t\t\t\t\t<span class=\"ac_title_class\">\r\n\t\t\t\t\t\t\t\t\tHow do I install lshw on my system?\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t  <\/h4>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<div id=\"ac_13614_collapse2\" class=\"wpsm_panel-collapse collapse \"  >\r\n\t\t\t\t\t\t  <div class=\"wpsm_panel-body\">\r\n\t\t\t\t\t\t\tInstall <code>lshw<\/code> with <code>sudo apt-get install lshw<\/code> on Debian-based systems, or <code>sudo yum install lshw<\/code> on Red Hat-based systems.\t\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<!-- Inner panel End -->\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<!-- Inner panel Start -->\r\n\t\t\t\t\t<div class=\"wpsm_panel wpsm_panel-default\">\r\n\t\t\t\t\t\t<div class=\"wpsm_panel-heading\" role=\"tab\" >\r\n\t\t\t\t\t\t  <h4 class=\"wpsm_panel-title\">\r\n\t\t\t\t\t\t\t<a  class=\"collapsed\"  data-toggle=\"collapse\" data-parent=\"#wpsm_accordion_13614 \" href=\"javascript:void(0)\" data-target=\"#ac_13614_collapse3\" onclick=\"do_resize()\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ac_open_cl_icon fa fa-plus\"><\/span>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t \r\n\t\t\t\t\t\t\t\t<span class=\"ac_title_class\">\r\n\t\t\t\t\t\t\t\t\tHow do I run lshw with root privileges?\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t  <\/h4>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<div id=\"ac_13614_collapse3\" class=\"wpsm_panel-collapse collapse \"  >\r\n\t\t\t\t\t\t  <div class=\"wpsm_panel-body\">\r\n\t\t\t\t\t\t\tUse <code>sudo lshw<\/code> to obtain full hardware details, as some information requires root access.\t\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<!-- Inner panel End -->\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<!-- Inner panel Start -->\r\n\t\t\t\t\t<div class=\"wpsm_panel wpsm_panel-default\">\r\n\t\t\t\t\t\t<div class=\"wpsm_panel-heading\" role=\"tab\" >\r\n\t\t\t\t\t\t  <h4 class=\"wpsm_panel-title\">\r\n\t\t\t\t\t\t\t<a  class=\"collapsed\"  data-toggle=\"collapse\" data-parent=\"#wpsm_accordion_13614 \" href=\"javascript:void(0)\" data-target=\"#ac_13614_collapse4\" onclick=\"do_resize()\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ac_open_cl_icon fa fa-plus\"><\/span>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t \r\n\t\t\t\t\t\t\t\t<span class=\"ac_title_class\">\r\n\t\t\t\t\t\t\t\t\tWhat kind of information can lshw provide?\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t  <\/h4>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<div id=\"ac_13614_collapse4\" class=\"wpsm_panel-collapse collapse \"  >\r\n\t\t\t\t\t\t  <div class=\"wpsm_panel-body\">\r\n\t\t\t\t\t\t\tlshw provides details about CPU, memory, disks, network interfaces, graphics, and other system components.\t\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<!-- Inner panel End -->\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<!-- Inner panel Start -->\r\n\t\t\t\t\t<div class=\"wpsm_panel wpsm_panel-default\">\r\n\t\t\t\t\t\t<div class=\"wpsm_panel-heading\" role=\"tab\" >\r\n\t\t\t\t\t\t  <h4 class=\"wpsm_panel-title\">\r\n\t\t\t\t\t\t\t<a  class=\"collapsed\"  data-toggle=\"collapse\" data-parent=\"#wpsm_accordion_13614 \" href=\"javascript:void(0)\" data-target=\"#ac_13614_collapse5\" onclick=\"do_resize()\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ac_open_cl_icon fa fa-plus\"><\/span>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t \r\n\t\t\t\t\t\t\t\t<span class=\"ac_title_class\">\r\n\t\t\t\t\t\t\t\t\tHow do I display hardware information in a specific format?\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t  <\/h4>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<div id=\"ac_13614_collapse5\" class=\"wpsm_panel-collapse collapse \"  >\r\n\t\t\t\t\t\t  <div class=\"wpsm_panel-body\">\r\n\t\t\t\t\t\t\tUse flags like -html, -json, or -xml to output the information in HTML, JSON, or XML formats (e.g., <code>sudo lshw -json<\/code>).\t\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<!-- Inner panel End -->\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\r\n<script type=\"text\/javascript\">\r\n\t\r\n\t\tfunction do_resize(){\r\n\r\n\t\t\tvar width=jQuery( '.wpsm_panel .wpsm_panel-body iframe' ).width();\r\n\t\t\tvar height=jQuery( '.wpsm_panel .wpsm_panel-body iframe' ).height();\r\n\r\n\t\t\tvar toggleSize = true;\r\n\t\t\tjQuery('iframe').animate({\r\n\t\t\t    width: toggleSize ? width : 640,\r\n\t\t\t    height: toggleSize ? height : 360\r\n\t\t\t  }, 250);\r\n\r\n\t\t\t  toggleSize = !toggleSize;\r\n\t\t}\r\n\t\t\r\n<\/script>\t\n\n\n\n<p><\/p>\n\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"<p>The lshw (List Hardware) command in Linux is a powerful tool that provides users with detailed information about the hardware configuration of their system. It is a small but robust command-line utility that reports precise details about various hardware components such as memory configuration, firmware version, mainboard configuration, CPU version and speed, cache configuration, bus [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":13685,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[43],"tags":[704,230,703,702],"class_list":["post-13602","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-hardware-info","tag-linux","tag-list-hardware","tag-lshw-command"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>9 Examples of lshw Command in Linux<\/title>\n<meta name=\"description\" content=\"This article focuses on understanding and using lshw command in Linux with 9 practical examples. Learn More.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/greenwebpage.com\/community\/lshw-command-in-linux\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"9 Examples of lshw Command in Linux\" \/>\n<meta property=\"og:description\" content=\"This article focuses on understanding and using lshw command in Linux with 9 practical examples. Learn More.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/greenwebpage.com\/community\/lshw-command-in-linux\/\" \/>\n<meta property=\"og:site_name\" content=\"Greenwebpage Community\" \/>\n<meta property=\"article:published_time\" content=\"2025-03-06T06:09:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-06T06:16:21+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/lshw-Command-in-Linux.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1020\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Karim Buzdar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Karim Buzdar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/greenwebpage.com\/community\/lshw-command-in-linux\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/lshw-command-in-linux\/\"},\"author\":{\"name\":\"Karim Buzdar\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\"},\"headline\":\"9 Examples of lshw Command in Linux\",\"datePublished\":\"2025-03-06T06:09:17+00:00\",\"dateModified\":\"2025-03-06T06:16:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/lshw-command-in-linux\/\"},\"wordCount\":684,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/lshw-command-in-linux\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/lshw-Command-in-Linux.jpg\",\"keywords\":[\"Hardware Info\",\"Linux\",\"List Hardware\",\"lshw command\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/greenwebpage.com\/community\/lshw-command-in-linux\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/greenwebpage.com\/community\/lshw-command-in-linux\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/lshw-command-in-linux\/\",\"name\":\"9 Examples of lshw Command in Linux\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/lshw-command-in-linux\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/lshw-command-in-linux\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/lshw-Command-in-Linux.jpg\",\"datePublished\":\"2025-03-06T06:09:17+00:00\",\"dateModified\":\"2025-03-06T06:16:21+00:00\",\"description\":\"This article focuses on understanding and using lshw command in Linux with 9 practical examples. Learn More.\",\"breadcrumb\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/lshw-command-in-linux\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/greenwebpage.com\/community\/lshw-command-in-linux\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/lshw-command-in-linux\/#primaryimage\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/lshw-Command-in-Linux.jpg\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/lshw-Command-in-Linux.jpg\",\"width\":1020,\"height\":600,\"caption\":\"lshw Command in Linux\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/greenwebpage.com\/community\/lshw-command-in-linux\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/greenwebpage.com\/community\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"9 Examples of lshw Command in Linux\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\",\"url\":\"https:\/\/greenwebpage.com\/community\/\",\"name\":\"Greenwebpage Community\",\"description\":\"Get online in three steps with our wide range of web hosting solutions. Choose from professional business to enterprise options designed to meet your needs.\",\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/greenwebpage.com\/community\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\",\"name\":\"Greenwebpage Community\",\"url\":\"https:\/\/greenwebpage.com\/community\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png\",\"width\":512,\"height\":512,\"caption\":\"Greenwebpage Community\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\",\"name\":\"Karim Buzdar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g\",\"caption\":\"Karim Buzdar\"},\"sameAs\":[\"https:\/\/greenwebpage.com\"],\"url\":\"https:\/\/greenwebpage.com\/community\/author\/karim\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"9 Examples of lshw Command in Linux","description":"This article focuses on understanding and using lshw command in Linux with 9 practical examples. Learn More.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/greenwebpage.com\/community\/lshw-command-in-linux\/","og_locale":"en_US","og_type":"article","og_title":"9 Examples of lshw Command in Linux","og_description":"This article focuses on understanding and using lshw command in Linux with 9 practical examples. Learn More.","og_url":"https:\/\/greenwebpage.com\/community\/lshw-command-in-linux\/","og_site_name":"Greenwebpage Community","article_published_time":"2025-03-06T06:09:17+00:00","article_modified_time":"2025-03-06T06:16:21+00:00","og_image":[{"width":1020,"height":600,"url":"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/lshw-Command-in-Linux.jpg","type":"image\/jpeg"}],"author":"Karim Buzdar","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Karim Buzdar","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/greenwebpage.com\/community\/lshw-command-in-linux\/#article","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/lshw-command-in-linux\/"},"author":{"name":"Karim Buzdar","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8"},"headline":"9 Examples of lshw Command in Linux","datePublished":"2025-03-06T06:09:17+00:00","dateModified":"2025-03-06T06:16:21+00:00","mainEntityOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/lshw-command-in-linux\/"},"wordCount":684,"commentCount":0,"publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/lshw-command-in-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/lshw-Command-in-Linux.jpg","keywords":["Hardware Info","Linux","List Hardware","lshw command"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/greenwebpage.com\/community\/lshw-command-in-linux\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/greenwebpage.com\/community\/lshw-command-in-linux\/","url":"https:\/\/greenwebpage.com\/community\/lshw-command-in-linux\/","name":"9 Examples of lshw Command in Linux","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/#website"},"primaryImageOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/lshw-command-in-linux\/#primaryimage"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/lshw-command-in-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/lshw-Command-in-Linux.jpg","datePublished":"2025-03-06T06:09:17+00:00","dateModified":"2025-03-06T06:16:21+00:00","description":"This article focuses on understanding and using lshw command in Linux with 9 practical examples. Learn More.","breadcrumb":{"@id":"https:\/\/greenwebpage.com\/community\/lshw-command-in-linux\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/greenwebpage.com\/community\/lshw-command-in-linux\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/lshw-command-in-linux\/#primaryimage","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/lshw-Command-in-Linux.jpg","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/03\/lshw-Command-in-Linux.jpg","width":1020,"height":600,"caption":"lshw Command in Linux"},{"@type":"BreadcrumbList","@id":"https:\/\/greenwebpage.com\/community\/lshw-command-in-linux\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/greenwebpage.com\/community\/"},{"@type":"ListItem","position":2,"name":"9 Examples of lshw Command in Linux"}]},{"@type":"WebSite","@id":"https:\/\/greenwebpage.com\/community\/#website","url":"https:\/\/greenwebpage.com\/community\/","name":"Greenwebpage Community","description":"Get online in three steps with our wide range of web hosting solutions. Choose from professional business to enterprise options designed to meet your needs.","publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/greenwebpage.com\/community\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/greenwebpage.com\/community\/#organization","name":"Greenwebpage Community","url":"https:\/\/greenwebpage.com\/community\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png","width":512,"height":512,"caption":"Greenwebpage Community"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8","name":"Karim Buzdar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g","caption":"Karim Buzdar"},"sameAs":["https:\/\/greenwebpage.com"],"url":"https:\/\/greenwebpage.com\/community\/author\/karim\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/13602","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/comments?post=13602"}],"version-history":[{"count":4,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/13602\/revisions"}],"predecessor-version":[{"id":13687,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/13602\/revisions\/13687"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media\/13685"}],"wp:attachment":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media?parent=13602"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/categories?post=13602"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/tags?post=13602"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}