[Linux] 如何能知道我是什麼時候安裝系統的?
“ linux想知道什麼時候裝系統的?什麼時候建置的?不必憑記憶。 ”
分享完整連結 //n.sfs.tw/m10928
分享連結 [Linux] 如何能知道我是什麼時候安裝系統的?@精讚(文章歡迎轉載,請尊重版權註明連結來源)
2024-01-18 17:42:16 By 張○○
linux想知道什麼時候裝系統的?
看檔案建立日期當然沒問題,但檔案的日期不一定正確,所以可以使用以下方法:
$ sudo rpm -qi basesystem | grep -i "install date"
Name : basesystem
Version : 10.0
Release : 7.el7.centos
Architecture: noarch
Install Date: 西元2017年05月07日 (週日) 04時29分18秒 <== 這就是建立日期時間
Group : System Environment/Base
Size : 0
License : Public Domain
Signature : RSA/SHA256, 西元2014年07月04日 (週五) 08時46分57秒, Key ID 24c6a8a7f4a80eb5
Source RPM : basesystem-10.0-7.el7.centos.src.rpm
Build Date : 西元2014年06月27日 (週五) 18時37分10秒
Build Host : worker1.bsys.centos.org
Relocations : (not relocatable)
Packager : CentOS BuildSystem <http://bugs.centos.org>
Vendor : CentOS
Summary : The skeleton package which defines a simple CentOS Linux system
Description :
Basesystem defines the components of a basic CentOS Linux
system (for example, the package installation order to use during
bootstrapping). Basesystem should be in every installation of a system,
and it should never be removed.
Version : 10.0
Release : 7.el7.centos
Architecture: noarch
Install Date: 西元2017年05月07日 (週日) 04時29分18秒 <== 這就是建立日期時間
Group : System Environment/Base
Size : 0
License : Public Domain
Signature : RSA/SHA256, 西元2014年07月04日 (週五) 08時46分57秒, Key ID 24c6a8a7f4a80eb5
Source RPM : basesystem-10.0-7.el7.centos.src.rpm
Build Date : 西元2014年06月27日 (週五) 18時37分10秒
Build Host : worker1.bsys.centos.org
Relocations : (not relocatable)
Packager : CentOS BuildSystem <http://bugs.centos.org>
Vendor : CentOS
Summary : The skeleton package which defines a simple CentOS Linux system
Description :
Basesystem defines the components of a basic CentOS Linux
system (for example, the package installation order to use during
bootstrapping). Basesystem should be in every installation of a system,
and it should never be removed.
其它的系統可以查出來
只是不確定這個時間有沒有經過時區校正過?
相關連結
https://linuxiac.com/how-to-find-linux-os-installation-date/
END
你可能有興趣
[地理] 澳洲柏斯的位置竟然比台灣還要西邊
這近我驚奇的發現,澳洲柏斯的精度竟然比臺灣甚至今晚還要來的西邊
WarSpotting 統計俄國在烏克蘭戰爭中到底是損失了多少軍事裝備或人員
這個網站可以看到俄羅斯在戰場上的軍事人員裝備損失,非常詳細
Mac上 vim的複製貼上不能用
在freebsd系統中發現vim裡的command+c沒辦法選取複製,但command+v可以貼上
check-host 從世界各地檢查你的網站能不能連線?
檢測你的網站能不能暢通?這個網站可讓你知道你的網站是不是「網際網路」還是「區域網路」?
[Smarty4] 出現 modifiers 函式不能用的問題
當我把smarty由3版更新到4.5.1版的時候,出現了Using unregistered function xx in a template這樣的錯誤,該如何解決?
[Docker] docker中要怎麼修改影像的名稱,rename image
透過 build來的image如果沒有指定名稱,事後要怎麼修改影像的名稱?