{"id":12609,"date":"2024-11-05T06:05:19","date_gmt":"2024-11-05T06:05:19","guid":{"rendered":"https:\/\/greenwebpage.com\/community\/?p=12609"},"modified":"2024-11-05T06:06:23","modified_gmt":"2024-11-05T06:06:23","slug":"how-to-find-date-and-time-linux-os-was-installed","status":"publish","type":"post","link":"https:\/\/greenwebpage.com\/community\/how-to-find-date-and-time-linux-os-was-installed\/","title":{"rendered":"How to Find Date and Time Linux OS was Installed: 4 Practical Methods"},"content":{"rendered":"\n<p>Linux is famous for its stability is a favorite among many system administrators and enthusiasts. One of the questions that often arises is how to find out the exact date and time the operating system was installed. This information can be effective for system maintenance, audits, as well as understanding the longevity of the system. Determining the exact installation date and time of a Linux OS can be challenging due to various factors like system updates, log rotations, and different distribution-specific methods.<\/p>\n\n\n\n<p>There are multiple ways to find out when a Linux OS was installed, each with its own use case and level of precision. Here, we explore all possible methods to retrieve this information, complete with explanations:<\/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=\"#How-to-Find-Date-and-Time-Linux-OS-was-Installed\">How to Find Date and Time Linux OS was Installed<\/a>\n<ul class=\"wp-block-list\">\n<li><a href=\"#Method-1:-Using-the-stat-Command\">Method 1: Using the stat Command<\/a><\/li>\n\n\n\n<li><a href=\"#Method-2:-Analyzing-Package-Manager-Logs\">Method 2: Analyzing Package Manager Logs<\/a><\/li>\n\n\n\n<li><a href=\"#Method-3:-Checking-Filesystem-Creation-Date\">Method 3: Checking Filesystem Creation Date<\/a><\/li>\n\n\n\n<li><a href=\"#Method-4:-Inspecting-System-Log-Files\">Method 4: Inspecting System Log Files<\/a><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><a href=\"#Conclusion\">Conclusion<\/a><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"How-to-Find-Date-and-Time-Linux-OS-was-Installed\">How to Find Date and Time Linux OS was Installed<\/h2>\n\n\n\n<p>System administrators and users pick the method that best fits their distribution and file system. Knowing the installation date can help with system management, planning upgrades, and maintaining security compliance. <strong>Debian-based systems <\/strong>may require checking syslog entries or other log files for clues about the system&#8217;s installation.<\/p>\n\n\n\n<p>Let\u2019s visit several approaches that can offers clues or even accurate timestamps:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Method-1:-Using-the-stat-Command\">Method 1: Using the stat Command<\/h3>\n\n\n\n<p>The <a href=\"https:\/\/www.man7.org\/linux\/man-pages\/man1\/stat.1.html\">stat<\/a> command provides detailed information about a file, including its creation time. It is a versatile utility that displays detailed information about file system objects. It&#8217;s part of the GNU <strong>Coreutils<\/strong> package, which is pre-installed on Linux distributions.<\/p>\n\n\n\n<p>To find the installation date and time using <strong>stat<\/strong>, you can use the following command:<\/p>\n\n\n\n<pre>stat \/ | grep \"Birth\"<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1236\" height=\"142\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-1.png\" alt=\"\" class=\"wp-image-12610\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-1.png 1236w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-1-300x34.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-1-1024x118.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-1-768x88.png 768w\" sizes=\"(max-width: 1236px) 100vw, 1236px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>This command outputs the birth date of the root directory, which corresponds to the OS installation date.<\/p>\n\n\n\n<p>These files are created during the installation process. But, their modification times might not match the same installation date due to system updates or package installations:<\/p>\n\n\n\n<pre>stat \/etc\/passwd<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1239\" height=\"370\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-2.png\" alt=\"\" class=\"wp-image-12611\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-2.png 1239w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-2-300x90.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-2-1024x306.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-2-768x229.png 768w\" sizes=\"(max-width: 1239px) 100vw, 1239px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>The creation time of the root filesystem might correlate with the OS installation. Use the <strong>stat <\/strong>command on the root directory. While <strong>stat<\/strong> doesn&#8217;t directly pinpoint the OS installation time, examining key system files can offer clues:<\/p>\n\n\n\n<pre>stat \/bin\/bash<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1235\" height=\"374\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-3.png\" alt=\"\" class=\"wp-image-12612\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-3.png 1235w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-3-300x91.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-3-1024x310.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-3-768x233.png 768w\" sizes=\"(max-width: 1235px) 100vw, 1235px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Specifically, the command <strong>stat \/ <\/strong>followed by a search for the &#8220;<strong>Birth<\/strong>&#8221; field can reveal this information:<\/p>\n\n\n\n<pre>stat \/<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1236\" height=\"376\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-4.png\" alt=\"\" class=\"wp-image-12613\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-4.png 1236w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-4-300x91.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-4-1024x312.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-4-768x234.png 768w\" sizes=\"(max-width: 1236px) 100vw, 1236px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>This method has limitations as file system creation time might be modified in certain scenarios.<\/p>\n\n\n\n<p><strong>Note<\/strong>: For more detailed instructions and additional methods, you can refer to resources like an official guide, which provides a comprehensive guide on this topic. Understanding these methods enhances one&#8217;s proficiency in managing Linux systems and contributes to effective system administration.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Method-2:-Analyzing-Package-Manager-Logs\">Method 2: Analyzing Package Manager Logs<\/h3>\n\n\n\n<p>Some package managers record installation timestamps. While not directly indicating the OS installation, examining early package installations can provide hints. Different Linux distributions use several managers, and these managers keep logs that can be inspected to find the installation date.<\/p>\n\n\n\n<p>For <strong>Debian-based systems, <\/strong>inspect the <strong>dpkg log <\/strong>using the command. Let\u2019s check <strong>\/var\/log\/dpkg.log <\/strong>via the <strong>cat <\/strong>command:<\/p>\n\n\n\n<pre>cat \/var\/log\/dpkg.log<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1239\" height=\"346\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-5.png\" alt=\"\" class=\"wp-image-12614\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-5.png 1239w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-5-300x84.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-5-1024x286.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-5-768x214.png 768w\" sizes=\"(max-width: 1239px) 100vw, 1239px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>The timestamp of the earliest file in this directory can indicate the installation time. Let\u2019s check the <strong>\/var\/log\/installer<\/strong>:<\/p>\n\n\n\n<pre>ls -lt \/var\/log\/installer<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1234\" height=\"818\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-6.png\" alt=\"\" class=\"wp-image-12615\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-6.png 1234w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-6-300x199.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-6-1024x679.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-6-768x509.png 768w\" sizes=\"(max-width: 1234px) 100vw, 1234px\" \/><\/figure>\n\n\n\n<p>&nbsp;<\/p>\n\n\n\n<p><strong>Note<\/strong>: <strong>RPM-based systems<\/strong>: Inspect package manager logs like <strong>yum.log <\/strong>or <strong>zypper.log<\/strong>. For <strong>Arch Linux <\/strong>and derivatives: Check the <strong>Pacman logs <\/strong>with the \u201c<strong>head -n1 \/var\/log\/pacman.log<\/strong>\u201d command:<\/p>\n\n\n\n<p>This shows the first entry in the Pacman log, which usually corresponds to the initial system setup.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Method-3:-Checking-Filesystem-Creation-Date\">Method 3: Checking Filesystem Creation Date<\/h3>\n\n\n\n<p>Filesystems store metadata, including creation dates. The <strong>tune2fs <\/strong>command can be used to check this data on <strong>ext2\/3\/4<\/strong> filesystems:<\/p>\n\n\n\n<pre>sudo tune2fs -l \/dev\/sda2 | grep 'Filesystem created'<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1239\" height=\"144\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-7.png\" alt=\"\" class=\"wp-image-12616\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-7.png 1239w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-7-300x35.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-7-1024x119.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-7-768x89.png 768w\" sizes=\"(max-width: 1239px) 100vw, 1239px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Note<\/strong>: Replace <strong>\/dev\/sda2<\/strong> with the appropriate device identifier for your root filesystem.<\/p>\n\n\n\n<p><strong>Using the RPM command on RPM-based Systems<\/strong><\/p>\n\n\n\n<p>On systems that use RPM package management, such as <strong>Fedora<\/strong> or <strong>CentOS<\/strong>, you can query the installation date of the base system package:<\/p>\n\n\n\n<pre>rpm -qi basesystem | grep 'Install Date'<\/pre>\n\n\n\n<p>The <strong>basesystem <\/strong>package is one of the first to be installed and rarely, if ever, updated, making its install date a good proxy for the system&#8217;s install date.<\/p>\n\n\n\n<p><strong>Note<\/strong>: It&#8217;s important to note that these methods may vary in their availability and accuracy depending on the particular Linux distribution and its configuration.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Method-4:-Inspecting-System-Log-Files\">Method 4: Inspecting System Log Files<\/h3>\n\n\n\n<p>Some distributions create log files during the installation process. System logs often contain timestamps related to the boot process and early system activities.<\/p>\n\n\n\n<p><strong>For Ubuntu and derivatives<\/strong>, check for the <strong>syslog<\/strong> directory under <strong>\/var\/log<\/strong>. Files like <strong>\/var\/log\/messages <\/strong>or <strong>\/var\/log\/syslog<\/strong> could potentially hold relevant information:<\/p>\n\n\n\n<pre>less \/var\/log\/syslog | head -n 100<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1240\" height=\"305\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-8.png\" alt=\"\" class=\"wp-image-12617\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-8.png 1240w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-8-300x74.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-8-1024x252.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/word-image-12609-8-768x189.png 768w\" sizes=\"(max-width: 1240px) 100vw, 1240px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>However, extracting the exact installation time from these logs can be challenging and time-consuming.<\/p>\n\n\n\n<p><strong>For Red Hat-based systems<\/strong>, look for the <strong>anaconda-ks.cfg <\/strong>and <strong>install.log <\/strong>files in the <strong>\/root <\/strong>directory. The timestamps on these files can give you an idea of when the installation occurred.<\/p>\n\n\n\n<p>That is all from the guide.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Conclusion\">Conclusion<\/h2>\n\n\n\n<p>To determine the installation date and time of a Linux, several methods can be employed depending on the distribution in use. For instance, the <strong>stat <\/strong>command can be utilized to display file or filesystem status, which includes the creation date that often corresponds to the OS installation date. On <strong>Arch Linux<\/strong>, analyzing the Pacman logs with head <strong>-n1 \/var\/log\/pacman.log <\/strong>can indicate the first package installation, which is typically the OS installation date.<\/p>\n\n\n\n<p>Additionally, filesystem creation dates can be checked, and some distributions include particular scripts or commands to retrieve this data, such as the <strong>tune2fs <\/strong>command on systems using <strong>ext3 <\/strong>or <strong>ext4 <\/strong>filesystems.<\/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_12620 .wpsm_panel-heading{\r\n\tpadding:0px !important;\r\n}\r\n#wpsm_accordion_12620 .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_12620 .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_12620 .wpsm_panel-title a:focus {\r\noutline: 0px !important;\r\n}\r\n\r\n#wpsm_accordion_12620 .wpsm_panel-title a:hover, #wpsm_accordion_12620 .wpsm_panel-title a:focus {\r\n\tcolor:#000000 !important;\r\n}\r\n#wpsm_accordion_12620 .acc-a{\r\n\tcolor: #000000 !important;\r\n\tbackground-color:#e8e8e8 !important;\r\n\tborder-color: #ddd;\r\n}\r\n#wpsm_accordion_12620 .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_12620 .wpsm_panel-default {\r\n\t\tborder:1px solid transparent !important;\r\n\t}\r\n#wpsm_accordion_12620 {\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_12620 .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_12620  .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_12620  .wpsm_panel + .wpsm_panel {\r\n\t\tmargin-top: 5px;\r\n\t}\r\n#wpsm_accordion_12620  .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_12620 .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_12620\" >\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_12620 \" href=\"javascript:void(0)\" data-target=\"#ac_12620_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\tHow can I find the installation date of my Linux OS?\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_12620_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\tYou can check the installation date by looking at the creation time of the root filesystem. Use the following command:\r\nsudo tune2fs -l \/dev\/sda1 | grep 'Filesystem created'\r\n(Replace \/dev\/sda1 with your actual root partition.)\r\n\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_12620 \" href=\"javascript:void(0)\" data-target=\"#ac_12620_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\tAre there other methods to determine the installation date?\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_12620_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\tYes! You can also check the \/var\/log\/installer directory or look at the install.log file if it exists. For example: ls -lt \/var\/log\/installer\r\n\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_12620 \" href=\"javascript:void(0)\" data-target=\"#ac_12620_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\tWhat if I don&#039;t have access to the tune2fs 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_12620_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\tIf tune2fs isn't available, you can try:\r\nsudo ls -l \/ | awk 'NR==1 {print $6, $7, $8}'\r\nThis shows the creation date of the root directory.\r\n\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_12620 \" href=\"javascript:void(0)\" data-target=\"#ac_12620_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\tDoes the method vary for different Linux distributions?\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_12620_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\tThe general methods are similar across distributions, but specific commands may vary based on the filesystem and package management tools used.\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_12620 \" href=\"javascript:void(0)\" data-target=\"#ac_12620_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\tCan I find the installation date in the system logs?\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_12620_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\tYes! System logs can provide clues. Check the system log for the first boot date:\r\nsudo less \/var\/log\/syslog | grep \"systemd: Starting\"\r\n\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    <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>Linux is famous for its stability is a favorite among many system administrators and enthusiasts. One of the questions that often arises is how to find out the exact date and time the operating system was installed. This information can be effective for system maintenance, audits, as well as understanding the longevity of the system. [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":12623,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[43],"tags":[465,230,464],"class_list":["post-12609","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-date-and-time","tag-linux","tag-when-linux-installed"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Find Date and Time Linux OS was Installed: 4 Practical Methods - Greenwebpage Community<\/title>\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\/how-to-find-date-and-time-linux-os-was-installed\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Find Date and Time Linux OS was Installed: 4 Practical Methods - Greenwebpage Community\" \/>\n<meta property=\"og:description\" content=\"Linux is famous for its stability is a favorite among many system administrators and enthusiasts. One of the questions that often arises is how to find out the exact date and time the operating system was installed. This information can be effective for system maintenance, audits, as well as understanding the longevity of the system. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/greenwebpage.com\/community\/how-to-find-date-and-time-linux-os-was-installed\/\" \/>\n<meta property=\"og:site_name\" content=\"Greenwebpage Community\" \/>\n<meta property=\"article:published_time\" content=\"2024-11-05T06:05:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-05T06:06:23+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/Find-date-and-time-Linux-OS-was-installed.jpeg\" \/>\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=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-find-date-and-time-linux-os-was-installed\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-find-date-and-time-linux-os-was-installed\/\"},\"author\":{\"name\":\"Karim Buzdar\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\"},\"headline\":\"How to Find Date and Time Linux OS was Installed: 4 Practical Methods\",\"datePublished\":\"2024-11-05T06:05:19+00:00\",\"dateModified\":\"2024-11-05T06:06:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-find-date-and-time-linux-os-was-installed\/\"},\"wordCount\":924,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-find-date-and-time-linux-os-was-installed\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/Find-date-and-time-Linux-OS-was-installed.jpeg\",\"keywords\":[\"Date and Time\",\"Linux\",\"When Linux installed\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/greenwebpage.com\/community\/how-to-find-date-and-time-linux-os-was-installed\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-find-date-and-time-linux-os-was-installed\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/how-to-find-date-and-time-linux-os-was-installed\/\",\"name\":\"How to Find Date and Time Linux OS was Installed: 4 Practical Methods - Greenwebpage Community\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-find-date-and-time-linux-os-was-installed\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-find-date-and-time-linux-os-was-installed\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/Find-date-and-time-Linux-OS-was-installed.jpeg\",\"datePublished\":\"2024-11-05T06:05:19+00:00\",\"dateModified\":\"2024-11-05T06:06:23+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-find-date-and-time-linux-os-was-installed\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/greenwebpage.com\/community\/how-to-find-date-and-time-linux-os-was-installed\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-find-date-and-time-linux-os-was-installed\/#primaryimage\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/Find-date-and-time-Linux-OS-was-installed.jpeg\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/Find-date-and-time-Linux-OS-was-installed.jpeg\",\"width\":1020,\"height\":600,\"caption\":\"Find date and time Linux OS was installed\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-find-date-and-time-linux-os-was-installed\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/greenwebpage.com\/community\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Find Date and Time Linux OS was Installed: 4 Practical Methods\"}]},{\"@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":"How to Find Date and Time Linux OS was Installed: 4 Practical Methods - Greenwebpage Community","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\/how-to-find-date-and-time-linux-os-was-installed\/","og_locale":"en_US","og_type":"article","og_title":"How to Find Date and Time Linux OS was Installed: 4 Practical Methods - Greenwebpage Community","og_description":"Linux is famous for its stability is a favorite among many system administrators and enthusiasts. One of the questions that often arises is how to find out the exact date and time the operating system was installed. This information can be effective for system maintenance, audits, as well as understanding the longevity of the system. [&hellip;]","og_url":"https:\/\/greenwebpage.com\/community\/how-to-find-date-and-time-linux-os-was-installed\/","og_site_name":"Greenwebpage Community","article_published_time":"2024-11-05T06:05:19+00:00","article_modified_time":"2024-11-05T06:06:23+00:00","og_image":[{"width":1020,"height":600,"url":"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/Find-date-and-time-Linux-OS-was-installed.jpeg","type":"image\/jpeg"}],"author":"Karim Buzdar","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Karim Buzdar","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/greenwebpage.com\/community\/how-to-find-date-and-time-linux-os-was-installed\/#article","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-find-date-and-time-linux-os-was-installed\/"},"author":{"name":"Karim Buzdar","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8"},"headline":"How to Find Date and Time Linux OS was Installed: 4 Practical Methods","datePublished":"2024-11-05T06:05:19+00:00","dateModified":"2024-11-05T06:06:23+00:00","mainEntityOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-find-date-and-time-linux-os-was-installed\/"},"wordCount":924,"commentCount":0,"publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-find-date-and-time-linux-os-was-installed\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/Find-date-and-time-Linux-OS-was-installed.jpeg","keywords":["Date and Time","Linux","When Linux installed"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/greenwebpage.com\/community\/how-to-find-date-and-time-linux-os-was-installed\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/greenwebpage.com\/community\/how-to-find-date-and-time-linux-os-was-installed\/","url":"https:\/\/greenwebpage.com\/community\/how-to-find-date-and-time-linux-os-was-installed\/","name":"How to Find Date and Time Linux OS was Installed: 4 Practical Methods - Greenwebpage Community","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/#website"},"primaryImageOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-find-date-and-time-linux-os-was-installed\/#primaryimage"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-find-date-and-time-linux-os-was-installed\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/Find-date-and-time-Linux-OS-was-installed.jpeg","datePublished":"2024-11-05T06:05:19+00:00","dateModified":"2024-11-05T06:06:23+00:00","breadcrumb":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-find-date-and-time-linux-os-was-installed\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/greenwebpage.com\/community\/how-to-find-date-and-time-linux-os-was-installed\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/how-to-find-date-and-time-linux-os-was-installed\/#primaryimage","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/Find-date-and-time-Linux-OS-was-installed.jpeg","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/11\/Find-date-and-time-Linux-OS-was-installed.jpeg","width":1020,"height":600,"caption":"Find date and time Linux OS was installed"},{"@type":"BreadcrumbList","@id":"https:\/\/greenwebpage.com\/community\/how-to-find-date-and-time-linux-os-was-installed\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/greenwebpage.com\/community\/"},{"@type":"ListItem","position":2,"name":"How to Find Date and Time Linux OS was Installed: 4 Practical Methods"}]},{"@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\/12609","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=12609"}],"version-history":[{"count":4,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/12609\/revisions"}],"predecessor-version":[{"id":12624,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/12609\/revisions\/12624"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media\/12623"}],"wp:attachment":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media?parent=12609"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/categories?post=12609"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/tags?post=12609"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}